Html Css Color HEX #8F40CC Dark Orchid

📋 copy color: '#8F40CC'

red 143 ◦ green 64 ◦ blue 204

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

Shades of Dark Orchid #8F40CC

Tints of Dark Orchid #8F40CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.64%

R = 34.79%
G = 15.57%
B = 49.64%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8F40CC (or 0x8F40CC) is known color: Dark Orchid. HEX triplet: 8F, 40 and CC. RGB value is (143,64,204). Sum of RGB (Red+Green+Blue) = 143+64+204=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F40CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F40CC is #70BF33. Grayscale: #676767. Windows color (decimal): -7388980 or 13385871. OLE color: 13385871.

HSL color Cylindrical-coordinate representation of color #8F40CC: hue angle of 273.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F40CC is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 64 204 -
CMYK 0.30 0.69 0 0.2
HSL 273.86º 0.58% 0.53% -
HSV(B) 273.86º 0.69% 0.8% -
XYZ 24.06 13.87 58.54 -
YUV 103.58 184.67 156.12 -
System Red Green Blue C M Y K H S L
Decimal 143 64 204 0.30 0.69 0 0.2 273.86 0.58 0.53
Hex 8F 40 CC 1E 45 0 14 112 3A 35
Octal 217 100 314 36 105 0 24 422 72 65
Binary 10001111 1000000 11001100 11110 1000101 0 10100 100010010 111010 110101

Color Harmonies of #8F40CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F40CC

Black with #8F40CC

Text Example


Text Example

White with #8F40CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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