Html Css Color HEX #9529FE Blue Violet

📋 copy color: '#9529FE'

red 149 ◦ green 41 ◦ blue 254

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

Shades of Blue Violet #9529FE

Tints of Blue Violet #9529FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.21%

R = 33.56%
G = 9.23%
B = 57.21%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9529FE (or 0x9529FE) is known color: Blue Violet. HEX triplet: 95, 29 and FE. RGB value is (149,41,254). Sum of RGB (Red+Green+Blue) = 149+41+254=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 41 (16.41% from 255 or 9.23% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #9529FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9529FE is #6AD601. Grayscale: #606060. Windows color (decimal): -7001602 or 16656789. OLE color: 16656789.

HSL color Cylindrical-coordinate representation of color #9529FE: hue angle of 270.42º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9529FE is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 149 41 254 -
CMYK 0.41 0.84 0 0.00
HSL 270.42º 0.99% 0.58% -
HSV(B) 270.42º 0.84% 1% -
XYZ 31.08 15.13 95.05 -
YUV 97.57 216.28 164.68 -
System Red Green Blue C M Y K H S L
Decimal 149 41 254 0.41 0.84 0 0.00 270.42 0.99 0.58
Hex 95 29 FE 29 54 0 0 10E 63 3A
Octal 225 51 376 51 124 0 0 416 143 72
Binary 10010101 101001 11111110 101001 1010100 0 0 100001110 1100011 111010

Color Harmonies of #9529FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9529FE

Black with #9529FE

Text Example


Text Example

White with #9529FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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