Html Css Color HEX #8509DB Dark Violet

📋 copy color: '#8509DB'

red 133 ◦ green 9 ◦ blue 219

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

Shades of Dark Violet #8509DB

Tints of Dark Violet #8509DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60.66%

R = 36.84%
G = 2.49%
B = 60.66%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8509DB (or 0x8509DB) is known color: Dark Violet. HEX triplet: 85, 09 and DB. RGB value is (133,9,219). Sum of RGB (Red+Green+Blue) = 133+9+219=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #8509DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8509DB is #7AF624. Grayscale: #454545. Windows color (decimal): -8058405 or 14354821. OLE color: 14354821.

HSL color Cylindrical-coordinate representation of color #8509DB: hue angle of 275.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8509DB is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 9 219 -
CMYK 0.39 0.96 0 0.14
HSL 275.43º 0.92% 0.45% -
HSV(B) 275.43º 0.96% 0.86% -
XYZ 22.56 10.3 67.82 -
YUV 70.02 212.08 172.92 -
System Red Green Blue C M Y K H S L
Decimal 133 9 219 0.39 0.96 0 0.14 275.43 0.92 0.45
Hex 85 9 DB 27 60 0 E 113 5C 2D
Octal 205 11 333 47 140 0 16 423 134 55
Binary 10000101 1001 11011011 100111 1100000 0 1110 100010011 1011100 101101

Color Harmonies of #8509DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8509DB

Black with #8509DB

Text Example


Text Example

White with #8509DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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