Html Css Color HEX #9509DB Dark Violet

📋 copy color: '#9509DB'

red 149 ◦ green 9 ◦ blue 219

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

Shades of Dark Violet #9509DB

Tints of Dark Violet #9509DB

RGB

 RED value IS 149 (58.59% from 255) = 39.52%

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

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

R = 39.52%
G = 2.39%
B = 58.09%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9509DB (or 0x9509DB) is known color: Dark Violet. HEX triplet: 95, 09 and DB. RGB value is (149,9,219). Sum of RGB (Red+Green+Blue) = 149+9+219=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #9509DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9509DB is #6AF624. Grayscale: #4A4A4A. Windows color (decimal): -7009829 or 14354837. OLE color: 14354837.

HSL color Cylindrical-coordinate representation of color #9509DB: hue angle of 280º 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 #9509DB is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 9 219 -
CMYK 0.32 0.96 0 0.14
HSL 280º 0.92% 0.45% -
HSV(B) 280º 0.96% 0.86% -
XYZ 25.28 11.7 67.94 -
YUV 74.8 209.38 180.92 -
System Red Green Blue C M Y K H S L
Decimal 149 9 219 0.32 0.96 0 0.14 280 0.92 0.45
Hex 95 9 DB 20 60 0 E 118 5C 2D
Octal 225 11 333 40 140 0 16 430 134 55
Binary 10010101 1001 11011011 100000 1100000 0 1110 100011000 1011100 101101

Color Harmonies of #9509DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9509DB

Black with #9509DB

Text Example


Text Example

White with #9509DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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