Html Css Color HEX #9528E7 Blue Violet

📋 copy color: '#9528E7'

red 149 ◦ green 40 ◦ blue 231

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

Shades of Blue Violet #9528E7

Tints of Blue Violet #9528E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 55%

R = 35.48%
G = 9.52%
B = 55%

CMYK

 C value IS 0.35

 M value IS 0.83

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9528E7 (or 0x9528E7) is known color: Blue Violet. HEX triplet: 95, 28 and E7. RGB value is (149,40,231). Sum of RGB (Red+Green+Blue) = 149+40+231=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 231 (90.62% from 255 or 55% from 420); Max value from RGB is 231 - color contains mainly: blue. Hex color #9528E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9528E7 is #6AD718. Grayscale: #5D5D5D. Windows color (decimal): -7001881 or 15149205. OLE color: 15149205.

HSL color Cylindrical-coordinate representation of color #9528E7: hue angle of 274.24º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9528E7 is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 40 231 -
CMYK 0.35 0.83 0 0.09
HSL 274.24º 0.8% 0.53% -
HSV(B) 274.24º 0.83% 0.91% -
XYZ 27.58 13.68 76.79 -
YUV 94.37 205.11 166.97 -
System Red Green Blue C M Y K H S L
Decimal 149 40 231 0.35 0.83 0 0.09 274.24 0.8 0.53
Hex 95 28 E7 23 53 0 9 112 50 35
Octal 225 50 347 43 123 0 11 422 120 65
Binary 10010101 101000 11100111 100011 1010011 0 1001 100010010 1010000 110101

Color Harmonies of #9528E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9528E7

Black with #9528E7

Text Example


Text Example

White with #9528E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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