Html Css Color HEX #8509CC Dark Violet

📋 copy color: '#8509CC'

red 133 ◦ green 9 ◦ blue 204

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

Shades of Dark Violet #8509CC

Tints of Dark Violet #8509CC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.6%

 BLUE value IS 204 (80.08% from 255) = 58.96%

R = 38.44%
G = 2.6%
B = 58.96%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8509CC (or 0x8509CC) is known color: Dark Violet. HEX triplet: 85, 09 and CC. RGB value is (133,9,204). Sum of RGB (Red+Green+Blue) = 133+9+204=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #8509CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8509CC is #7AF633. Grayscale: #434343. Windows color (decimal): -8058420 or 13371781. OLE color: 13371781.

HSL color Cylindrical-coordinate representation of color #8509CC: hue angle of 278.15º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8509CC is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 9 204 -
CMYK 0.35 0.96 0 0.2
HSL 278.15º 0.92% 0.42% -
HSV(B) 278.15º 0.96% 0.8% -
XYZ 20.67 9.54 57.88 -
YUV 68.31 204.58 174.14 -
System Red Green Blue C M Y K H S L
Decimal 133 9 204 0.35 0.96 0 0.2 278.15 0.92 0.42
Hex 85 9 CC 23 60 0 14 116 5C 2A
Octal 205 11 314 43 140 0 24 426 134 52
Binary 10000101 1001 11001100 100011 1100000 0 10100 100010110 1011100 101010

Color Harmonies of #8509CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8509CC

Black with #8509CC

Text Example


Text Example

White with #8509CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8509CC; }

 p { color: rgb(133,9,204); }

 H1.HeaderClassName
 {
   color: #8509CC;
 }
 .AnyTagClassName
 {
   color: #8509CC;
 }
</style>

background-color css

<style>
 a { background-color: #8509CC; }

 a { background-color: rgb(133,9,204); }

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

border-color css

<style>
 span { border-color: #8509CC; }

 span { border-color: rgb(133,9,204); }

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