Html Css Color HEX #9950A1 Violet Blue

📋 copy color: '#9950A1'

red 153 ◦ green 80 ◦ blue 161

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

Shades of Violet Blue #9950A1

Tints of Violet Blue #9950A1

RGB

 RED value IS 153 (60.16% from 255) = 38.83%

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

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

R = 38.83%
G = 20.3%
B = 40.86%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9950A1 (or 0x9950A1) is known color: Violet Blue. HEX triplet: 99, 50 and A1. RGB value is (153,80,161). Sum of RGB (Red+Green+Blue) = 153+80+161=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 80 (31.64% from 255 or 20.30% 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 #9950A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9950A1 is #66AF5E. Grayscale: #6E6E6E. Windows color (decimal): -6729567 or 10571929. OLE color: 10571929.

HSL color Cylindrical-coordinate representation of color #9950A1: hue angle of 294.07º 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 #9950A1 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 153 80 161 -
CMYK 0.05 0.50 0 0.37
HSL 294.07º 0.34% 0.47% -
HSV(B) 294.07º 0.5% 0.63% -
XYZ 22.44 15.08 35.45 -
YUV 111.06 156.18 157.91 -
System Red Green Blue C M Y K H S L
Decimal 153 80 161 0.05 0.50 0 0.37 294.07 0.34 0.47
Hex 99 50 A1 5 32 0 25 126 22 2F
Octal 231 120 241 5 62 0 45 446 42 57
Binary 10011001 1010000 10100001 101 110010 0 100101 100100110 100010 101111

Color Harmonies of #9950A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9950A1

Black with #9950A1

Text Example


Text Example

White with #9950A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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