Html Css Color HEX #8F15CC Dark Violet

📋 copy color: '#8F15CC'

red 143 ◦ green 21 ◦ blue 204

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

Shades of Dark Violet #8F15CC

Tints of Dark Violet #8F15CC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.71%

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

R = 38.86%
G = 5.71%
B = 55.43%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8F15CC (or 0x8F15CC) is known color: Dark Violet. HEX triplet: 8F, 15 and CC. RGB value is (143,21,204). Sum of RGB (Red+Green+Blue) = 143+21+204=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F15CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F15CC is #70EA33. Grayscale: #4D4D4D. Windows color (decimal): -7399988 or 13374863. OLE color: 13374863.

HSL color Cylindrical-coordinate representation of color #8F15CC: hue angle of 280º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F15CC is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 21 204 -
CMYK 0.30 0.90 0 0.2
HSL 280º 0.81% 0.44% -
HSV(B) 280º 0.9% 0.8% -
XYZ 22.49 10.74 58.01 -
YUV 78.34 198.92 174.12 -
System Red Green Blue C M Y K H S L
Decimal 143 21 204 0.30 0.90 0 0.2 280 0.81 0.44
Hex 8F 15 CC 1E 5A 0 14 118 51 2C
Octal 217 25 314 36 132 0 24 430 121 54
Binary 10001111 10101 11001100 11110 1011010 0 10100 100011000 1010001 101100

Color Harmonies of #8F15CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F15CC

Black with #8F15CC

Text Example


Text Example

White with #8F15CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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