Html Css Color HEX #8F18CC Dark Violet

📋 copy color: '#8F18CC'

red 143 ◦ green 24 ◦ blue 204

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

Shades of Dark Violet #8F18CC

Tints of Dark Violet #8F18CC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.47%

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

R = 38.54%
G = 6.47%
B = 54.99%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8F18CC (or 0x8F18CC) is known color: Dark Violet. HEX triplet: 8F, 18 and CC. RGB value is (143,24,204). Sum of RGB (Red+Green+Blue) = 143+24+204=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F18CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F18CC is #70E733. Grayscale: #4F4F4F. Windows color (decimal): -7399220 or 13375631. OLE color: 13375631.

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

Color convert

RGB 143 24 204 -
CMYK 0.30 0.88 0 0.2
HSL 279.67º 0.79% 0.45% -
HSV(B) 279.67º 0.88% 0.8% -
XYZ 22.55 10.85 58.03 -
YUV 80.1 197.92 172.86 -
System Red Green Blue C M Y K H S L
Decimal 143 24 204 0.30 0.88 0 0.2 279.67 0.79 0.45
Hex 8F 18 CC 1E 58 0 14 118 4F 2D
Octal 217 30 314 36 130 0 24 430 117 55
Binary 10001111 11000 11001100 11110 1011000 0 10100 100011000 1001111 101101

Color Harmonies of #8F18CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F18CC

Black with #8F18CC

Text Example


Text Example

White with #8F18CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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