Html Css Color HEX #9750A1 Violet Blue

📋 copy color: '#9750A1'

red 151 ◦ green 80 ◦ blue 161

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

Shades of Violet Blue #9750A1

Tints of Violet Blue #9750A1

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.41%

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

R = 38.52%
G = 20.41%
B = 41.07%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9750A1 (or 0x9750A1) is known color: Violet Blue. HEX triplet: 97, 50 and A1. RGB value is (151,80,161). Sum of RGB (Red+Green+Blue) = 151+80+161=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 161 (63.28% from 255 or 41.07% from 392); Max value from RGB is 161 - color contains mainly: blue. Hex color #9750A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9750A1 is #68AF5E. Grayscale: #6E6E6E. Windows color (decimal): -6860639 or 10571927. OLE color: 10571927.

HSL color Cylindrical-coordinate representation of color #9750A1: hue angle of 292.59º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9750A1 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 151 80 161 -
CMYK 0.06 0.50 0 0.37
HSL 292.59º 0.34% 0.47% -
HSV(B) 292.59º 0.5% 0.63% -
XYZ 22.06 14.89 35.43 -
YUV 110.46 156.52 156.91 -
System Red Green Blue C M Y K H S L
Decimal 151 80 161 0.06 0.50 0 0.37 292.59 0.34 0.47
Hex 97 50 A1 6 32 0 25 125 22 2F
Octal 227 120 241 6 62 0 45 445 42 57
Binary 10010111 1010000 10100001 110 110010 0 100101 100100101 100010 101111

Color Harmonies of #9750A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9750A1

Black with #9750A1

Text Example


Text Example

White with #9750A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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