Html Css Color HEX #9752A1 Violet Blue

📋 copy color: '#9752A1'

red 151 ◦ green 82 ◦ blue 161

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

Shades of Violet Blue #9752A1

Tints of Violet Blue #9752A1

RGB

 RED value IS 151 (59.38% from 255) = 38.32%

 GREEN value IS 82 (32.42% from 255) = 20.81%

 BLUE value IS 161 (63.28% from 255) = 40.86%

R = 38.32%
G = 20.81%
B = 40.86%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9752A1 (or 0x9752A1) is known color: Violet Blue. HEX triplet: 97, 52 and A1. RGB value is (151,82,161). Sum of RGB (Red+Green+Blue) = 151+82+161=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 161 (63.28% from 255 or 40.86% from 394); Max value from RGB is 161 - color contains mainly: blue. Hex color #9752A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9752A1 is #68AD5E. Grayscale: #6F6F6F. Windows color (decimal): -6860127 or 10572439. OLE color: 10572439.

HSL color Cylindrical-coordinate representation of color #9752A1: hue angle of 292.41º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9752A1 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 151 82 161 -
CMYK 0.06 0.49 0 0.37
HSL 292.41º 0.33% 0.48% -
HSV(B) 292.41º 0.49% 0.63% -
XYZ 22.21 15.19 35.48 -
YUV 111.64 155.86 156.08 -
System Red Green Blue C M Y K H S L
Decimal 151 82 161 0.06 0.49 0 0.37 292.41 0.33 0.48
Hex 97 52 A1 6 31 0 25 124 21 30
Octal 227 122 241 6 61 0 45 444 41 60
Binary 10010111 1010010 10100001 110 110001 0 100101 100100100 100001 110000

Color Harmonies of #9752A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9752A1

Black with #9752A1

Text Example


Text Example

White with #9752A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9752A1; }

 p { color: rgb(151,82,161); }

 H1.HeaderClassName
 {
   color: #9752A1;
 }
 .AnyTagClassName
 {
   color: #9752A1;
 }
</style>

background-color css

<style>
 a { background-color: #9752A1; }

 a { background-color: rgb(151,82,161); }

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

border-color css

<style>
 span { border-color: #9752A1; }

 span { border-color: rgb(151,82,161); }

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