Html Css Color HEX #8F0BBE Dark Violet

📋 copy color: '#8F0BBE'

red 143 ◦ green 11 ◦ blue 190

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

Shades of Dark Violet #8F0BBE

Tints of Dark Violet #8F0BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.23%

R = 41.57%
G = 3.2%
B = 55.23%

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

#8F0BBE (or 0x8F0BBE) is known color: Dark Violet. HEX triplet: 8F, 0B and BE. RGB value is (143,11,190). Sum of RGB (Red+Green+Blue) = 143+11+190=344 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.57% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F0BBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0BBE is #70F441. Grayscale: #464646. Windows color (decimal): -7402562 or 12454799. OLE color: 12454799.

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

Color convert

RGB 143 11 190 -
CMYK 0.25 0.94 0 0.25
HSL 284.25º 0.89% 0.39% -
HSV(B) 284.25º 0.94% 0.75% -
XYZ 20.74 9.8 49.51 -
YUV 70.87 195.23 179.45 -
System Red Green Blue C M Y K H S L
Decimal 143 11 190 0.25 0.94 0 0.25 284.25 0.89 0.39
Hex 8F B BE 19 5E 0 19 11C 59 27
Octal 217 13 276 31 136 0 31 434 131 47
Binary 10001111 1011 10111110 11001 1011110 0 11001 100011100 1011001 100111

Color Harmonies of #8F0BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0BBE

Black with #8F0BBE

Text Example


Text Example

White with #8F0BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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