Html Css Color HEX #8F0BDD Dark Violet

📋 copy color: '#8F0BDD'

red 143 ◦ green 11 ◦ blue 221

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

Shades of Dark Violet #8F0BDD

Tints of Dark Violet #8F0BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.93%

R = 38.13%
G = 2.93%
B = 58.93%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F0BDD (or 0x8F0BDD) is known color: Dark Violet. HEX triplet: 8F, 0B and DD. RGB value is (143,11,221). Sum of RGB (Red+Green+Blue) = 143+11+221=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F0BDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0BDD is #70F422. Grayscale: #494949. Windows color (decimal): -7402531 or 14486415. OLE color: 14486415.

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

Color convert

RGB 143 11 221 -
CMYK 0.35 0.95 0 0.13
HSL 277.71º 0.91% 0.45% -
HSV(B) 277.71º 0.95% 0.87% -
XYZ 24.5 11.3 69.3 -
YUV 74.41 210.73 176.92 -
System Red Green Blue C M Y K H S L
Decimal 143 11 221 0.35 0.95 0 0.13 277.71 0.91 0.45
Hex 8F B DD 23 5F 0 D 116 5B 2D
Octal 217 13 335 43 137 0 15 426 133 55
Binary 10001111 1011 11011101 100011 1011111 0 1101 100010110 1011011 101101

Color Harmonies of #8F0BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0BDD

Black with #8F0BDD

Text Example


Text Example

White with #8F0BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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