Html Css Color HEX #8F0BDE Dark Violet

📋 copy color: '#8F0BDE'

red 143 ◦ green 11 ◦ blue 222

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

Shades of Dark Violet #8F0BDE

Tints of Dark Violet #8F0BDE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.93%

 BLUE value IS 222 (87.11% from 255) = 59.04%

R = 38.03%
G = 2.93%
B = 59.04%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F0BDE (or 0x8F0BDE) is known color: Dark Violet. HEX triplet: 8F, 0B and DE. RGB value is (143,11,222). Sum of RGB (Red+Green+Blue) = 143+11+222=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 222 (87.11% from 255 or 59.04% from 376); Max value from RGB is 222 - color contains mainly: blue. Hex color #8F0BDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0BDE is #70F421. Grayscale: #494949. Windows color (decimal): -7402530 or 14551951. OLE color: 14551951.

HSL color Cylindrical-coordinate representation of color #8F0BDE: hue angle of 277.54º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0BDE is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 11 222 -
CMYK 0.36 0.95 0 0.13
HSL 277.54º 0.91% 0.46% -
HSV(B) 277.54º 0.95% 0.87% -
XYZ 24.63 11.35 70 -
YUV 74.52 211.23 176.84 -
System Red Green Blue C M Y K H S L
Decimal 143 11 222 0.36 0.95 0 0.13 277.54 0.91 0.46
Hex 8F B DE 24 5F 0 D 116 5B 2E
Octal 217 13 336 44 137 0 15 426 133 56
Binary 10001111 1011 11011110 100100 1011111 0 1101 100010110 1011011 101110

Color Harmonies of #8F0BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0BDE

Black with #8F0BDE

Text Example


Text Example

White with #8F0BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,11,222); }

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

background-color css

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

 a { background-color: rgb(143,11,222); }

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

border-color css

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

 span { border-color: rgb(143,11,222); }

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