Html Css Color HEX #9509DD Dark Violet

📋 copy color: '#9509DD'

red 149 ◦ green 9 ◦ blue 221

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

Shades of Dark Violet #9509DD

Tints of Dark Violet #9509DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.31%

R = 39.31%
G = 2.37%
B = 58.31%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9509DD (or 0x9509DD) is known color: Dark Violet. HEX triplet: 95, 09 and DD. RGB value is (149,9,221). Sum of RGB (Red+Green+Blue) = 149+9+221=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #9509DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9509DD is #6AF622. Grayscale: #4A4A4A. Windows color (decimal): -7009827 or 14485909. OLE color: 14485909.

HSL color Cylindrical-coordinate representation of color #9509DD: hue angle of 279.62º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9509DD is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 9 221 -
CMYK 0.33 0.96 0 0.13
HSL 279.62º 0.92% 0.45% -
HSV(B) 279.62º 0.96% 0.87% -
XYZ 25.54 11.81 69.34 -
YUV 75.03 210.38 180.76 -
System Red Green Blue C M Y K H S L
Decimal 149 9 221 0.33 0.96 0 0.13 279.62 0.92 0.45
Hex 95 9 DD 21 60 0 D 118 5C 2D
Octal 225 11 335 41 140 0 15 430 134 55
Binary 10010101 1001 11011101 100001 1100000 0 1101 100011000 1011100 101101

Color Harmonies of #9509DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9509DD

Black with #9509DD

Text Example


Text Example

White with #9509DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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