Html Css Color HEX #8F0DBB Dark Violet

📋 copy color: '#8F0DBB'

red 143 ◦ green 13 ◦ blue 187

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

Shades of Dark Violet #8F0DBB

Tints of Dark Violet #8F0DBB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.79%

 BLUE value IS 187 (73.44% from 255) = 54.52%

R = 41.69%
G = 3.79%
B = 54.52%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F0DBB (or 0x8F0DBB) is known color: Dark Violet. HEX triplet: 8F, 0D and BB. RGB value is (143,13,187). Sum of RGB (Red+Green+Blue) = 143+13+187=343 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.69% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 187 (73.44% from 255 or 54.52% from 343); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F0DBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0DBB is #70F244. Grayscale: #474747. Windows color (decimal): -7402053 or 12258703. OLE color: 12258703.

HSL color Cylindrical-coordinate representation of color #8F0DBB: hue angle of 284.83º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F0DBB is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 13 187 -
CMYK 0.24 0.93 0 0.27
HSL 284.83º 0.87% 0.39% -
HSV(B) 284.83º 0.93% 0.73% -
XYZ 20.44 9.72 47.81 -
YUV 71.71 193.07 178.85 -
System Red Green Blue C M Y K H S L
Decimal 143 13 187 0.24 0.93 0 0.27 284.83 0.87 0.39
Hex 8F D BB 18 5D 0 1B 11D 57 27
Octal 217 15 273 30 135 0 33 435 127 47
Binary 10001111 1101 10111011 11000 1011101 0 11011 100011101 1010111 100111

Color Harmonies of #8F0DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0DBB

Black with #8F0DBB

Text Example


Text Example

White with #8F0DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,13,187); }

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

background-color css

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

 a { background-color: rgb(143,13,187); }

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

border-color css

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

 span { border-color: rgb(143,13,187); }

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