Html Css Color HEX #8B05EF Dark Violet

📋 copy color: '#8B05EF'

red 139 ◦ green 5 ◦ blue 239

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

Shades of Dark Violet #8B05EF

Tints of Dark Violet #8B05EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 62.4%

R = 36.29%
G = 1.31%
B = 62.4%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8B05EF (or 0x8B05EF) is known color: Dark Violet. HEX triplet: 8B, 05 and EF. RGB value is (139,5,239). Sum of RGB (Red+Green+Blue) = 139+5+239=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #8B05EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B05EF is #74FA10. Grayscale: #464646. Windows color (decimal): -7666193 or 15664523. OLE color: 15664523.

HSL color Cylindrical-coordinate representation of color #8B05EF: hue angle of 274.36º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B05EF is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 139 5 239 -
CMYK 0.42 0.98 0 0.06
HSL 274.36º 0.96% 0.48% -
HSV(B) 274.36º 0.98% 0.94% -
XYZ 26.28 11.83 82.56 -
YUV 71.74 222.39 175.97 -
System Red Green Blue C M Y K H S L
Decimal 139 5 239 0.42 0.98 0 0.06 274.36 0.96 0.48
Hex 8B 5 EF 2A 62 0 6 112 60 30
Octal 213 5 357 52 142 0 6 422 140 60
Binary 10001011 101 11101111 101010 1100010 0 110 100010010 1100000 110000

Color Harmonies of #8B05EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B05EF

Black with #8B05EF

Text Example


Text Example

White with #8B05EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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