Html Css Color HEX #955AA2 Violet Blue

📋 copy color: '#955AA2'

red 149 ◦ green 90 ◦ blue 162

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

Shades of Violet Blue #955AA2

Tints of Violet Blue #955AA2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.44%

 BLUE value IS 162 (63.67% from 255) = 40.4%

R = 37.16%
G = 22.44%
B = 40.4%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#955AA2 (or 0x955AA2) is known color: Violet Blue. HEX triplet: 95, 5A and A2. RGB value is (149,90,162). Sum of RGB (Red+Green+Blue) = 149+90+162=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 162 - color contains mainly: blue. Hex color #955AA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955AA2 is #6AA55D. Grayscale: #737373. Windows color (decimal): -6989150 or 10640021. OLE color: 10640021.

HSL color Cylindrical-coordinate representation of color #955AA2: hue angle of 289.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955AA2 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 90 162 -
CMYK 0.08 0.44 0 0.36
HSL 289.17º 0.29% 0.49% -
HSV(B) 289.17º 0.44% 0.64% -
XYZ 22.57 16.31 36.14 -
YUV 115.85 154.05 151.65 -
System Red Green Blue C M Y K H S L
Decimal 149 90 162 0.08 0.44 0 0.36 289.17 0.29 0.49
Hex 95 5A A2 8 2C 0 24 121 1D 31
Octal 225 132 242 10 54 0 44 441 35 61
Binary 10010101 1011010 10100010 1000 101100 0 100100 100100001 11101 110001

Color Harmonies of #955AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955AA2

Black with #955AA2

Text Example


Text Example

White with #955AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955AA2; }

 p { color: rgb(149,90,162); }

 H1.HeaderClassName
 {
   color: #955AA2;
 }
 .AnyTagClassName
 {
   color: #955AA2;
 }
</style>

background-color css

<style>
 a { background-color: #955AA2; }

 a { background-color: rgb(149,90,162); }

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

border-color css

<style>
 span { border-color: #955AA2; }

 span { border-color: rgb(149,90,162); }

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