Html Css Color HEX #8F0CBF Dark Violet

📋 copy color: '#8F0CBF'

red 143 ◦ green 12 ◦ blue 191

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

Shades of Dark Violet #8F0CBF

Tints of Dark Violet #8F0CBF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.47%

 BLUE value IS 191 (75% from 255) = 55.2%

R = 41.33%
G = 3.47%
B = 55.2%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F0CBF (or 0x8F0CBF) is known color: Dark Violet. HEX triplet: 8F, 0C and BF. RGB value is (143,12,191). Sum of RGB (Red+Green+Blue) = 143+12+191=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F0CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0CBF is #70F340. Grayscale: #464646. Windows color (decimal): -7402305 or 12520591. OLE color: 12520591.

HSL color Cylindrical-coordinate representation of color #8F0CBF: hue angle of 283.91º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0CBF is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 12 191 -
CMYK 0.25 0.94 0 0.25
HSL 283.91º 0.88% 0.4% -
HSV(B) 283.91º 0.94% 0.75% -
XYZ 20.86 9.86 50.09 -
YUV 71.58 195.4 178.95 -
System Red Green Blue C M Y K H S L
Decimal 143 12 191 0.25 0.94 0 0.25 283.91 0.88 0.4
Hex 8F C BF 19 5E 0 19 11C 58 28
Octal 217 14 277 31 136 0 31 434 130 50
Binary 10001111 1100 10111111 11001 1011110 0 11001 100011100 1011000 101000

Color Harmonies of #8F0CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0CBF

Black with #8F0CBF

Text Example


Text Example

White with #8F0CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,12,191); }

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

background-color css

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

 a { background-color: rgb(143,12,191); }

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

border-color css

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

 span { border-color: rgb(143,12,191); }

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