Html Css Color HEX #9527DA Blue Violet

📋 copy color: '#9527DA'

red 149 ◦ green 39 ◦ blue 218

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

Shades of Blue Violet #9527DA

Tints of Blue Violet #9527DA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.61%

 BLUE value IS 218 (85.55% from 255) = 53.69%

R = 36.7%
G = 9.61%
B = 53.69%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9527DA (or 0x9527DA) is known color: Blue Violet. HEX triplet: 95, 27 and DA. RGB value is (149,39,218). Sum of RGB (Red+Green+Blue) = 149+39+218=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 39 (15.62% from 255 or 9.61% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #9527DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9527DA is #6AD825. Grayscale: #5B5B5B. Windows color (decimal): -7002150 or 14296981. OLE color: 14296981.

HSL color Cylindrical-coordinate representation of color #9527DA: hue angle of 276.87º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9527DA is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 39 218 -
CMYK 0.32 0.82 0 0.15
HSL 276.87º 0.71% 0.5% -
HSV(B) 276.87º 0.82% 0.85% -
XYZ 25.77 12.9 67.46 -
YUV 92.3 198.94 168.45 -
System Red Green Blue C M Y K H S L
Decimal 149 39 218 0.32 0.82 0 0.15 276.87 0.71 0.5
Hex 95 27 DA 20 52 0 F 115 47 32
Octal 225 47 332 40 122 0 17 425 107 62
Binary 10010101 100111 11011010 100000 1010010 0 1111 100010101 1000111 110010

Color Harmonies of #9527DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9527DA

Black with #9527DA

Text Example


Text Example

White with #9527DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9527DA; }

 p { color: rgb(149,39,218); }

 H1.HeaderClassName
 {
   color: #9527DA;
 }
 .AnyTagClassName
 {
   color: #9527DA;
 }
</style>

background-color css

<style>
 a { background-color: #9527DA; }

 a { background-color: rgb(149,39,218); }

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

border-color css

<style>
 span { border-color: #9527DA; }

 span { border-color: rgb(149,39,218); }

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