Html Css Color HEX #8B05BE Dark Violet

📋 copy color: '#8B05BE'

red 139 ◦ green 5 ◦ blue 190

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

Shades of Dark Violet #8B05BE

Tints of Dark Violet #8B05BE

RGB

 RED value IS 139 (54.69% from 255) = 41.62%

 GREEN value IS 5 (2.34% from 255) = 1.5%

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

R = 41.62%
G = 1.5%
B = 56.89%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8B05BE (or 0x8B05BE) is known color: Dark Violet. HEX triplet: 8B, 05 and BE. RGB value is (139,5,190). Sum of RGB (Red+Green+Blue) = 139+5+190=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B05BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B05BE is #74FA41. Grayscale: #414141. Windows color (decimal): -7666242 or 12453259. OLE color: 12453259.

HSL color Cylindrical-coordinate representation of color #8B05BE: hue angle of 283.46º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B05BE is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 5 190 -
CMYK 0.27 0.97 0 0.25
HSL 283.46º 0.95% 0.38% -
HSV(B) 283.46º 0.97% 0.75% -
XYZ 20 9.32 49.46 -
YUV 66.16 197.89 179.96 -
System Red Green Blue C M Y K H S L
Decimal 139 5 190 0.27 0.97 0 0.25 283.46 0.95 0.38
Hex 8B 5 BE 1B 61 0 19 11B 5F 26
Octal 213 5 276 33 141 0 31 433 137 46
Binary 10001011 101 10111110 11011 1100001 0 11001 100011011 1011111 100110

Color Harmonies of #8B05BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B05BE

Black with #8B05BE

Text Example


Text Example

White with #8B05BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,5,190); }

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

background-color css

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

 a { background-color: rgb(139,5,190); }

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

border-color css

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

 span { border-color: rgb(139,5,190); }

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