Html Css Color HEX #9505DD Dark Violet

📋 copy color: '#9505DD'

red 149 ◦ green 5 ◦ blue 221

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

Shades of Dark Violet #9505DD

Tints of Dark Violet #9505DD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.33%

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

R = 39.73%
G = 1.33%
B = 58.93%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9505DD (or 0x9505DD) is known color: Dark Violet. HEX triplet: 95, 05 and DD. RGB value is (149,5,221). Sum of RGB (Red+Green+Blue) = 149+5+221=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #9505DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9505DD is #6AFA22. Grayscale: #474747. Windows color (decimal): -7010851 or 14484885. OLE color: 14484885.

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

Color convert

RGB 149 5 221 -
CMYK 0.33 0.98 0 0.13
HSL 280º 0.96% 0.44% -
HSV(B) 280º 0.98% 0.87% -
XYZ 25.5 11.72 69.32 -
YUV 72.68 211.71 182.44 -
System Red Green Blue C M Y K H S L
Decimal 149 5 221 0.33 0.98 0 0.13 280 0.96 0.44
Hex 95 5 DD 21 62 0 D 118 60 2C
Octal 225 5 335 41 142 0 15 430 140 54
Binary 10010101 101 11011101 100001 1100010 0 1101 100011000 1100000 101100

Color Harmonies of #9505DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9505DD

Black with #9505DD

Text Example


Text Example

White with #9505DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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