Html Css Color HEX #9529FD Blue Violet

📋 copy color: '#9529FD'

red 149 ◦ green 41 ◦ blue 253

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

Shades of Blue Violet #9529FD

Tints of Blue Violet #9529FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.11%

R = 33.63%
G = 9.26%
B = 57.11%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9529FD (or 0x9529FD) is known color: Blue Violet. HEX triplet: 95, 29 and FD. RGB value is (149,41,253). Sum of RGB (Red+Green+Blue) = 149+41+253=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #9529FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9529FD is #6AD602. Grayscale: #606060. Windows color (decimal): -7001603 or 16591253. OLE color: 16591253.

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

Color convert

RGB 149 41 253 -
CMYK 0.41 0.84 0 0.01
HSL 270.57º 0.98% 0.58% -
HSV(B) 270.57º 0.84% 0.99% -
XYZ 30.92 15.07 94.21 -
YUV 97.46 215.78 164.76 -
System Red Green Blue C M Y K H S L
Decimal 149 41 253 0.41 0.84 0 0.01 270.57 0.98 0.58
Hex 95 29 FD 29 54 0 1 10F 62 3A
Octal 225 51 375 51 124 0 1 417 142 72
Binary 10010101 101001 11111101 101001 1010100 0 1 100001111 1100010 111010

Color Harmonies of #9529FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9529FD

Black with #9529FD

Text Example


Text Example

White with #9529FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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