Html Css Color HEX #8F40CA Dark Orchid

📋 copy color: '#8F40CA'

red 143 ◦ green 64 ◦ blue 202

#8F40CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #8F40CA

Tints of Dark Orchid #8F40CA

RGB

 RED value IS 143 (56.25% from 255) = 34.96%

 GREEN value IS 64 (25.39% from 255) = 15.65%

 BLUE value IS 202 (79.3% from 255) = 49.39%

R = 34.96%
G = 15.65%
B = 49.39%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8F40CA (or 0x8F40CA) is known color: Dark Orchid. HEX triplet: 8F, 40 and CA. RGB value is (143,64,202). Sum of RGB (Red+Green+Blue) = 143+64+202=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F40CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F40CA is #70BF35. Grayscale: #666666. Windows color (decimal): -7388982 or 13254799. OLE color: 13254799.

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

Color convert

RGB 143 64 202 -
CMYK 0.29 0.68 0 0.21
HSL 274.35º 0.57% 0.52% -
HSV(B) 274.35º 0.68% 0.79% -
XYZ 23.82 13.77 57.28 -
YUV 103.35 183.67 156.28 -
System Red Green Blue C M Y K H S L
Decimal 143 64 202 0.29 0.68 0 0.21 274.35 0.57 0.52
Hex 8F 40 CA 1D 44 0 15 112 39 34
Octal 217 100 312 35 104 0 25 422 71 64
Binary 10001111 1000000 11001010 11101 1000100 0 10101 100010010 111001 110100

Color Harmonies of #8F40CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F40CA

Black with #8F40CA

Text Example


Text Example

White with #8F40CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F40CA;
 }
 .AnyTagClassName
 {
   color: #8F40CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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