Html Css Color HEX #9529FC Blue Violet

📋 copy color: '#9529FC'

red 149 ◦ green 41 ◦ blue 252

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

Shades of Blue Violet #9529FC

Tints of Blue Violet #9529FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.01%

R = 33.71%
G = 9.28%
B = 57.01%

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

#9529FC (or 0x9529FC) is known color: Blue Violet. HEX triplet: 95, 29 and FC. RGB value is (149,41,252). Sum of RGB (Red+Green+Blue) = 149+41+252=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 41 (16.41% from 255 or 9.28% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #9529FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9529FC is #6AD603. Grayscale: #606060. Windows color (decimal): -7001604 or 16525717. OLE color: 16525717.

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

Color convert

RGB 149 41 252 -
CMYK 0.41 0.84 0 0.01
HSL 270.71º 0.97% 0.57% -
HSV(B) 270.71º 0.84% 0.99% -
XYZ 30.76 15 93.37 -
YUV 97.35 215.28 164.84 -
System Red Green Blue C M Y K H S L
Decimal 149 41 252 0.41 0.84 0 0.01 270.71 0.97 0.57
Hex 95 29 FC 29 54 0 1 10F 61 39
Octal 225 51 374 51 124 0 1 417 141 71
Binary 10010101 101001 11111100 101001 1010100 0 1 100001111 1100001 111001

Color Harmonies of #9529FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9529FC

Black with #9529FC

Text Example


Text Example

White with #9529FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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