Html Css Color HEX #9529E0 Blue Violet

📋 copy color: '#9529E0'

red 149 ◦ green 41 ◦ blue 224

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

Shades of Blue Violet #9529E0

Tints of Blue Violet #9529E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 54.11%

R = 35.99%
G = 9.9%
B = 54.11%

CMYK

 C value IS 0.33

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9529E0 (or 0x9529E0) is known color: Blue Violet. HEX triplet: 95, 29 and E0. RGB value is (149,41,224). Sum of RGB (Red+Green+Blue) = 149+41+224=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 224 (87.89% from 255 or 54.11% from 414); Max value from RGB is 224 - color contains mainly: blue. Hex color #9529E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9529E0 is #6AD61F. Grayscale: #5D5D5D. Windows color (decimal): -7001632 or 14690709. OLE color: 14690709.

HSL color Cylindrical-coordinate representation of color #9529E0: hue angle of 275.41º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9529E0 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 41 224 -
CMYK 0.33 0.82 0 0.12
HSL 275.41º 0.75% 0.52% -
HSV(B) 275.41º 0.82% 0.88% -
XYZ 26.64 13.36 71.7 -
YUV 94.15 201.28 167.12 -
System Red Green Blue C M Y K H S L
Decimal 149 41 224 0.33 0.82 0 0.12 275.41 0.75 0.52
Hex 95 29 E0 21 52 0 C 113 4B 34
Octal 225 51 340 41 122 0 14 423 113 64
Binary 10010101 101001 11100000 100001 1010010 0 1100 100010011 1001011 110100

Color Harmonies of #9529E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9529E0

Black with #9529E0

Text Example


Text Example

White with #9529E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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