Html Css Color HEX #8506DC Dark Violet

📋 copy color: '#8506DC'

red 133 ◦ green 6 ◦ blue 220

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

Shades of Dark Violet #8506DC

Tints of Dark Violet #8506DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.28%

R = 37.05%
G = 1.67%
B = 61.28%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8506DC (or 0x8506DC) is known color: Dark Violet. HEX triplet: 85, 06 and DC. RGB value is (133,6,220). Sum of RGB (Red+Green+Blue) = 133+6+220=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #8506DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8506DC is #7AF923. Grayscale: #434343. Windows color (decimal): -8059172 or 14419589. OLE color: 14419589.

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

Color convert

RGB 133 6 220 -
CMYK 0.40 0.97 0 0.14
HSL 275.61º 0.95% 0.44% -
HSV(B) 275.61º 0.97% 0.86% -
XYZ 22.66 10.28 68.5 -
YUV 68.37 213.58 174.1 -
System Red Green Blue C M Y K H S L
Decimal 133 6 220 0.40 0.97 0 0.14 275.61 0.95 0.44
Hex 85 6 DC 28 61 0 E 114 5F 2C
Octal 205 6 334 50 141 0 16 424 137 54
Binary 10000101 110 11011100 101000 1100001 0 1110 100010100 1011111 101100

Color Harmonies of #8506DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8506DC

Black with #8506DC

Text Example


Text Example

White with #8506DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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