Html Css Color HEX #9529DD Blue Violet

📋 copy color: '#9529DD'

red 149 ◦ green 41 ◦ blue 221

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

Shades of Blue Violet #9529DD

Tints of Blue Violet #9529DD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.98%

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

R = 36.25%
G = 9.98%
B = 53.77%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9529DD (or 0x9529DD) is known color: Blue Violet. HEX triplet: 95, 29 and DD. RGB value is (149,41,221). Sum of RGB (Red+Green+Blue) = 149+41+221=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #9529DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9529DD is #6AD622. Grayscale: #5D5D5D. Windows color (decimal): -7001635 or 14494101. OLE color: 14494101.

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

Color convert

RGB 149 41 221 -
CMYK 0.33 0.81 0 0.13
HSL 276º 0.73% 0.51% -
HSV(B) 276º 0.81% 0.87% -
XYZ 26.24 13.2 69.57 -
YUV 93.81 199.78 167.36 -
System Red Green Blue C M Y K H S L
Decimal 149 41 221 0.33 0.81 0 0.13 276 0.73 0.51
Hex 95 29 DD 21 51 0 D 114 49 33
Octal 225 51 335 41 121 0 15 424 111 63
Binary 10010101 101001 11011101 100001 1010001 0 1101 100010100 1001001 110011

Color Harmonies of #9529DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9529DD

Black with #9529DD

Text Example


Text Example

White with #9529DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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