Html Css Color HEX #9528FC Blue Violet

📋 copy color: '#9528FC'

red 149 ◦ green 40 ◦ blue 252

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

Shades of Blue Violet #9528FC

Tints of Blue Violet #9528FC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.07%

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

R = 33.79%
G = 9.07%
B = 57.14%

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

#9528FC (or 0x9528FC) is known color: Blue Violet. HEX triplet: 95, 28 and FC. RGB value is (149,40,252). Sum of RGB (Red+Green+Blue) = 149+40+252=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #9528FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9528FC is #6AD703. Grayscale: #606060. Windows color (decimal): -7001860 or 16525461. OLE color: 16525461.

HSL color Cylindrical-coordinate representation of color #9528FC: hue angle of 270.85º 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 #9528FC is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 40 252 -
CMYK 0.41 0.84 0 0.01
HSL 270.85º 0.97% 0.57% -
HSV(B) 270.85º 0.84% 0.99% -
XYZ 30.72 14.94 93.36 -
YUV 96.76 215.61 165.26 -
System Red Green Blue C M Y K H S L
Decimal 149 40 252 0.41 0.84 0 0.01 270.85 0.97 0.57
Hex 95 28 FC 29 54 0 1 10F 61 39
Octal 225 50 374 51 124 0 1 417 141 71
Binary 10010101 101000 11111100 101001 1010100 0 1 100001111 1100001 111001

Color Harmonies of #9528FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9528FC

Black with #9528FC

Text Example


Text Example

White with #9528FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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