Html Css Color HEX #8506B0 Dark Violet

📋 copy color: '#8506B0'

red 133 ◦ green 6 ◦ blue 176

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

Shades of Dark Violet #8506B0

Tints of Dark Violet #8506B0

RGB

 RED value IS 133 (52.34% from 255) = 42.22%

 GREEN value IS 6 (2.73% from 255) = 1.9%

 BLUE value IS 176 (69.14% from 255) = 55.87%

R = 42.22%
G = 1.9%
B = 55.87%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8506B0 (or 0x8506B0) is known color: Dark Violet. HEX triplet: 85, 06 and B0. RGB value is (133,6,176). Sum of RGB (Red+Green+Blue) = 133+6+176=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 176 (69.14% from 255 or 55.87% from 315); Max value from RGB is 176 - color contains mainly: blue. Hex color #8506B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8506B0 is #7AF94F. Grayscale: #3E3E3E. Windows color (decimal): -8059216 or 11536005. OLE color: 11536005.

HSL color Cylindrical-coordinate representation of color #8506B0: hue angle of 284.82º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8506B0 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 6 176 -
CMYK 0.24 0.97 0 0.31
HSL 284.82º 0.93% 0.36% -
HSV(B) 284.82º 0.97% 0.69% -
XYZ 17.57 8.25 41.74 -
YUV 63.35 191.58 177.68 -
System Red Green Blue C M Y K H S L
Decimal 133 6 176 0.24 0.97 0 0.31 284.82 0.93 0.36
Hex 85 6 B0 18 61 0 1F 11D 5D 24
Octal 205 6 260 30 141 0 37 435 135 44
Binary 10000101 110 10110000 11000 1100001 0 11111 100011101 1011101 100100

Color Harmonies of #8506B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8506B0

Black with #8506B0

Text Example


Text Example

White with #8506B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8506B0; }

 p { color: rgb(133,6,176); }

 H1.HeaderClassName
 {
   color: #8506B0;
 }
 .AnyTagClassName
 {
   color: #8506B0;
 }
</style>

background-color css

<style>
 a { background-color: #8506B0; }

 a { background-color: rgb(133,6,176); }

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

border-color css

<style>
 span { border-color: #8506B0; }

 span { border-color: rgb(133,6,176); }

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