Html Css Color HEX #8506EC Dark Violet

📋 copy color: '#8506EC'

red 133 ◦ green 6 ◦ blue 236

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

Shades of Dark Violet #8506EC

Tints of Dark Violet #8506EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 62.93%

R = 35.47%
G = 1.6%
B = 62.93%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8506EC (or 0x8506EC) is known color: Dark Violet. HEX triplet: 85, 06 and EC. RGB value is (133,6,236). Sum of RGB (Red+Green+Blue) = 133+6+236=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #8506EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8506EC is #7AF913. Grayscale: #454545. Windows color (decimal): -8059156 or 15468165. OLE color: 15468165.

HSL color Cylindrical-coordinate representation of color #8506EC: hue angle of 273.13º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8506EC is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 6 236 -
CMYK 0.44 0.97 0 0.07
HSL 273.13º 0.95% 0.47% -
HSV(B) 273.13º 0.97% 0.93% -
XYZ 24.88 11.17 80.2 -
YUV 70.19 221.58 172.8 -
System Red Green Blue C M Y K H S L
Decimal 133 6 236 0.44 0.97 0 0.07 273.13 0.95 0.47
Hex 85 6 EC 2C 61 0 7 111 5F 2F
Octal 205 6 354 54 141 0 7 421 137 57
Binary 10000101 110 11101100 101100 1100001 0 111 100010001 1011111 101111

Color Harmonies of #8506EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8506EC

Black with #8506EC

Text Example


Text Example

White with #8506EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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