Html Css Color HEX #8F00CB Dark Violet

📋 copy color: '#8F00CB'

red 143 ◦ green 0 ◦ blue 203

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

Shades of Dark Violet #8F00CB

Tints of Dark Violet #8F00CB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 203 (79.69% from 255) = 58.67%

R = 41.33%
G = 0%
B = 58.67%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F00CB (or 0x8F00CB) is known color: Dark Violet. HEX triplet: 8F, 00 and CB. RGB value is (143,0,203). Sum of RGB (Red+Green+Blue) = 143+0+203=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F00CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F00CB is #70FF34. Grayscale: #414141. Windows color (decimal): -7405365 or 13303951. OLE color: 13303951.

HSL color Cylindrical-coordinate representation of color #8F00CB: hue angle of 282.27º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F00CB is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 0 203 -
CMYK 0.30 1 0 0.20
HSL 282.27º 1% 0.4% -
HSV(B) 282.27º 1% 0.8% -
XYZ 22.11 10.15 57.29 -
YUV 65.9 205.38 182.99 -
System Red Green Blue C M Y K H S L
Decimal 143 0 203 0.30 1 0 0.20 282.27 1 0.4
Hex 8F 0 CB 1E 64 0 14 11A 64 28
Octal 217 0 313 36 144 0 24 432 144 50
Binary 10001111 0 11001011 11110 1100100 0 10100 100011010 1100100 101000

Color Harmonies of #8F00CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F00CB

Black with #8F00CB

Text Example


Text Example

White with #8F00CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,0,203); }

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

background-color css

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

 a { background-color: rgb(143,0,203); }

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

border-color css

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

 span { border-color: rgb(143,0,203); }

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