Html Css Color HEX #9528DB Blue Violet

📋 copy color: '#9528DB'

red 149 ◦ green 40 ◦ blue 219

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

Shades of Blue Violet #9528DB

Tints of Blue Violet #9528DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.68%

R = 36.52%
G = 9.8%
B = 53.68%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9528DB (or 0x9528DB) is known color: Blue Violet. HEX triplet: 95, 28 and DB. RGB value is (149,40,219). Sum of RGB (Red+Green+Blue) = 149+40+219=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #9528DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9528DB is #6AD724. Grayscale: #5C5C5C. Windows color (decimal): -7001893 or 14362773. OLE color: 14362773.

HSL color Cylindrical-coordinate representation of color #9528DB: hue angle of 276.54º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9528DB is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 40 219 -
CMYK 0.32 0.82 0 0.14
HSL 276.54º 0.71% 0.51% -
HSV(B) 276.54º 0.82% 0.86% -
XYZ 25.94 13.02 68.16 -
YUV 93 199.11 167.95 -
System Red Green Blue C M Y K H S L
Decimal 149 40 219 0.32 0.82 0 0.14 276.54 0.71 0.51
Hex 95 28 DB 20 52 0 E 115 47 33
Octal 225 50 333 40 122 0 16 425 107 63
Binary 10010101 101000 11011011 100000 1010010 0 1110 100010101 1000111 110011

Color Harmonies of #9528DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9528DB

Black with #9528DB

Text Example


Text Example

White with #9528DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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