#8f38ca

Color #8F38CA Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8F38CA

Tints of Dark Orchid #8F38CA

Color information

#8F38CA (or 0x8F38CA) is unknown color: approx Dark Orchid. HEX triplet: 8F, 38 and CA. RGB value is (143,56,202). Sum of RGB (Red+Green+Blue) = 143+56+202=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F38CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F38CA is #70C735. Grayscale: #626262. Windows color (decimal): -7391030 or 13252751. OLE color: 13252751.

HSL color Cylindrical-coordinate representation of color #8F38CA: hue angle of 275.75º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F38CA is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14356202-
CMYK0.290.7200.21
HSL275.75º57.94%50.59%-
HSV(B)275.75º72.28%79.22%-
XYZ23.412.9357.14-
YUV98.66186.32159.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 35.66%
GREEN value IS 56 (22.27% from 255) = 13.97%
BLUE value IS 202 (79.30% from 255) = 50.37%
R=35.66%
G=13.97%
B=50.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal143562020.290.7200.21275.7557.9450.59
Hex8F38CA1D480151143a33
Octal21770312351100254247263
Binary1000111111100011001010111011001000010101100010100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f38ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8f38ca; }

 p { color: rgb(143,56,202); }

 H1.HeaderClassName
 {
   color: #8f38ca;
 }
 .AnyTagClassName
 {
   color: #8f38ca;
 }
</style>
background-color css

<style>
 a { background-color: #8f38ca; }

 a { background-color: rgb(143,56,202); }

 div.DivClassName
 {
   background-color: #8f38ca;
 }
 .BgClassName
 {
   background-color: #8f38ca;
 }
</style>
border-color css

<style>
 span { border-color: #8f38ca; }

 span { border-color: rgb(143,56,202); }

 td.TdClassName
 {
   border-color: #8f38ca;
 }
 .TagClassName
 {
   border-color: #8f38ca;
 }
</style>