Html Css Color HEX #8B05DF Dark Violet

📋 copy color: '#8B05DF'

red 139 ◦ green 5 ◦ blue 223

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

Shades of Dark Violet #8B05DF

Tints of Dark Violet #8B05DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.76%

R = 37.87%
G = 1.36%
B = 60.76%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8B05DF (or 0x8B05DF) is known color: Dark Violet. HEX triplet: 8B, 05 and DF. RGB value is (139,5,223). Sum of RGB (Red+Green+Blue) = 139+5+223=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B05DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B05DF is #74FA20. Grayscale: #454545. Windows color (decimal): -7666209 or 14615947. OLE color: 14615947.

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

Color convert

RGB 139 5 223 -
CMYK 0.38 0.98 0 0.13
HSL 276.88º 0.96% 0.45% -
HSV(B) 276.88º 0.98% 0.87% -
XYZ 24.02 10.93 70.65 -
YUV 69.92 214.39 177.27 -
System Red Green Blue C M Y K H S L
Decimal 139 5 223 0.38 0.98 0 0.13 276.88 0.96 0.45
Hex 8B 5 DF 26 62 0 D 115 60 2D
Octal 213 5 337 46 142 0 15 425 140 55
Binary 10001011 101 11011111 100110 1100010 0 1101 100010101 1100000 101101

Color Harmonies of #8B05DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B05DF

Black with #8B05DF

Text Example


Text Example

White with #8B05DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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