Html Css Color HEX #9528DF Blue Violet

📋 copy color: '#9528DF'

red 149 ◦ green 40 ◦ blue 223

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

Shades of Blue Violet #9528DF

Tints of Blue Violet #9528DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.13%

R = 36.17%
G = 9.71%
B = 54.13%

CMYK

 C value IS 0.33

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9528DF (or 0x9528DF) is known color: Blue Violet. HEX triplet: 95, 28 and DF. RGB value is (149,40,223). Sum of RGB (Red+Green+Blue) = 149+40+223=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #9528DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9528DF is #6AD720. Grayscale: #5C5C5C. Windows color (decimal): -7001889 or 14624917. OLE color: 14624917.

HSL color Cylindrical-coordinate representation of color #9528DF: hue angle of 275.74º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9528DF is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 40 223 -
CMYK 0.33 0.82 0 0.13
HSL 275.74º 0.74% 0.52% -
HSV(B) 275.74º 0.82% 0.87% -
XYZ 26.47 13.23 70.97 -
YUV 93.45 201.11 167.62 -
System Red Green Blue C M Y K H S L
Decimal 149 40 223 0.33 0.82 0 0.13 275.74 0.74 0.52
Hex 95 28 DF 21 52 0 D 114 4A 34
Octal 225 50 337 41 122 0 15 424 112 64
Binary 10010101 101000 11011111 100001 1010010 0 1101 100010100 1001010 110100

Color Harmonies of #9528DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9528DF

Black with #9528DF

Text Example


Text Example

White with #9528DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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