Html Css Color HEX #8509B6 Dark Violet

📋 copy color: '#8509B6'

red 133 ◦ green 9 ◦ blue 182

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

Shades of Dark Violet #8509B6

Tints of Dark Violet #8509B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 56.17%

R = 41.05%
G = 2.78%
B = 56.17%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8509B6 (or 0x8509B6) is known color: Dark Violet. HEX triplet: 85, 09 and B6. RGB value is (133,9,182). Sum of RGB (Red+Green+Blue) = 133+9+182=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 182 (71.48% from 255 or 56.17% from 324); Max value from RGB is 182 - color contains mainly: blue. Hex color #8509B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8509B6 is #7AF649. Grayscale: #414141. Windows color (decimal): -8058442 or 11929989. OLE color: 11929989.

HSL color Cylindrical-coordinate representation of color #8509B6: hue angle of 283.01º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8509B6 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 9 182 -
CMYK 0.27 0.95 0 0.29
HSL 283.01º 0.91% 0.37% -
HSV(B) 283.01º 0.95% 0.71% -
XYZ 18.21 8.56 44.95 -
YUV 65.8 193.58 175.93 -
System Red Green Blue C M Y K H S L
Decimal 133 9 182 0.27 0.95 0 0.29 283.01 0.91 0.37
Hex 85 9 B6 1B 5F 0 1D 11B 5B 25
Octal 205 11 266 33 137 0 35 433 133 45
Binary 10000101 1001 10110110 11011 1011111 0 11101 100011011 1011011 100101

Color Harmonies of #8509B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8509B6

Black with #8509B6

Text Example


Text Example

White with #8509B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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