Html Css Color HEX #8501C6 Dark Violet

📋 copy color: '#8501C6'

red 133 ◦ green 1 ◦ blue 198

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

Shades of Dark Violet #8501C6

Tints of Dark Violet #8501C6

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 198 (77.73% from 255) = 59.64%

R = 40.06%
G = 0.3%
B = 59.64%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8501C6 (or 0x8501C6) is known color: Dark Violet. HEX triplet: 85, 01 and C6. RGB value is (133,1,198). Sum of RGB (Red+Green+Blue) = 133+1+198=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 198 (77.73% from 255 or 59.64% from 332); Max value from RGB is 198 - color contains mainly: blue. Hex color #8501C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8501C6 is #7AFE39. Grayscale: #3E3E3E. Windows color (decimal): -8060474 or 12976517. OLE color: 12976517.

HSL color Cylindrical-coordinate representation of color #8501C6: hue angle of 280.2º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8501C6 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 1 198 -
CMYK 0.33 0.99 0 0.22
HSL 280.2º 0.99% 0.39% -
HSV(B) 280.2º 0.99% 0.78% -
XYZ 19.88 9.09 54.13 -
YUV 62.93 204.23 177.98 -
System Red Green Blue C M Y K H S L
Decimal 133 1 198 0.33 0.99 0 0.22 280.2 0.99 0.39
Hex 85 1 C6 21 63 0 16 118 63 27
Octal 205 1 306 41 143 0 26 430 143 47
Binary 10000101 1 11000110 100001 1100011 0 10110 100011000 1100011 100111

Color Harmonies of #8501C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8501C6

Black with #8501C6

Text Example


Text Example

White with #8501C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8501C6; }

 p { color: rgb(133,1,198); }

 H1.HeaderClassName
 {
   color: #8501C6;
 }
 .AnyTagClassName
 {
   color: #8501C6;
 }
</style>

background-color css

<style>
 a { background-color: #8501C6; }

 a { background-color: rgb(133,1,198); }

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

border-color css

<style>
 span { border-color: #8501C6; }

 span { border-color: rgb(133,1,198); }

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