Html Css Color HEX #8B05CD Dark Violet

📋 copy color: '#8B05CD'

red 139 ◦ green 5 ◦ blue 205

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

Shades of Dark Violet #8B05CD

Tints of Dark Violet #8B05CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.74%

R = 39.83%
G = 1.43%
B = 58.74%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8B05CD (or 0x8B05CD) is known color: Dark Violet. HEX triplet: 8B, 05 and CD. RGB value is (139,5,205). Sum of RGB (Red+Green+Blue) = 139+5+205=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B05CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B05CD is #74FA32. Grayscale: #434343. Windows color (decimal): -7666227 or 13436299. OLE color: 13436299.

HSL color Cylindrical-coordinate representation of color #8B05CD: hue angle of 280.2º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B05CD is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 139 5 205 -
CMYK 0.32 0.98 0 0.20
HSL 280.2º 0.95% 0.41% -
HSV(B) 280.2º 0.98% 0.8% -
XYZ 21.72 10.01 58.54 -
YUV 67.87 205.39 178.74 -
System Red Green Blue C M Y K H S L
Decimal 139 5 205 0.32 0.98 0 0.20 280.2 0.95 0.41
Hex 8B 5 CD 20 62 0 14 118 5F 29
Octal 213 5 315 40 142 0 24 430 137 51
Binary 10001011 101 11001101 100000 1100010 0 10100 100011000 1011111 101001

Color Harmonies of #8B05CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B05CD

Black with #8B05CD

Text Example


Text Example

White with #8B05CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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