Html Css Color HEX #995AA8 Violet Blue

📋 copy color: '#995AA8'

red 153 ◦ green 90 ◦ blue 168

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

Shades of Violet Blue #995AA8

Tints of Violet Blue #995AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.88%

R = 37.23%
G = 21.9%
B = 40.88%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#995AA8 (or 0x995AA8) is known color: Violet Blue. HEX triplet: 99, 5A and A8. RGB value is (153,90,168). Sum of RGB (Red+Green+Blue) = 153+90+168=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 168 - color contains mainly: blue. Hex color #995AA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995AA8 is #66A557. Grayscale: #757575. Windows color (decimal): -6727000 or 11033241. OLE color: 11033241.

HSL color Cylindrical-coordinate representation of color #995AA8: hue angle of 288.46º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995AA8 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 153 90 168 -
CMYK 0.09 0.46 0 0.34
HSL 288.46º 0.31% 0.51% -
HSV(B) 288.46º 0.46% 0.66% -
XYZ 23.86 16.91 39.05 -
YUV 117.73 156.37 153.16 -
System Red Green Blue C M Y K H S L
Decimal 153 90 168 0.09 0.46 0 0.34 288.46 0.31 0.51
Hex 99 5A A8 9 2E 0 22 120 1F 33
Octal 231 132 250 11 56 0 42 440 37 63
Binary 10011001 1011010 10101000 1001 101110 0 100010 100100000 11111 110011

Color Harmonies of #995AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995AA8

Black with #995AA8

Text Example


Text Example

White with #995AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995AA8; }

 p { color: rgb(153,90,168); }

 H1.HeaderClassName
 {
   color: #995AA8;
 }
 .AnyTagClassName
 {
   color: #995AA8;
 }
</style>

background-color css

<style>
 a { background-color: #995AA8; }

 a { background-color: rgb(153,90,168); }

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

border-color css

<style>
 span { border-color: #995AA8; }

 span { border-color: rgb(153,90,168); }

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