Html Css Color HEX #995996 Violet Blue

📋 copy color: '#995996'

red 153 ◦ green 89 ◦ blue 150

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

Shades of Violet Blue #995996

Tints of Violet Blue #995996

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.7%

 BLUE value IS 150 (58.98% from 255) = 38.27%

R = 39.03%
G = 22.7%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#995996 (or 0x995996) is known color: Violet Blue. HEX triplet: 99, 59 and 96. RGB value is (153,89,150). Sum of RGB (Red+Green+Blue) = 153+89+150=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #995996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995996 is #66A669. Grayscale: #727272. Windows color (decimal): -6727274 or 9853337. OLE color: 9853337.

HSL color Cylindrical-coordinate representation of color #995996: hue angle of 302.81º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #995996 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 89 150 -
CMYK 0 0.42 0.02 0.4
HSL 302.81º 0.26% 0.47% -
HSV(B) 302.81º 0.42% 0.6% -
XYZ 22.21 16.12 30.79 -
YUV 115.09 147.7 155.04 -
System Red Green Blue C M Y K H S L
Decimal 153 89 150 0 0.42 0.02 0.4 302.81 0.26 0.47
Hex 99 59 96 0 2A 2 28 12F 1A 2F
Octal 231 131 226 0 52 2 50 457 32 57
Binary 10011001 1011001 10010110 0 101010 10 101000 100101111 11010 101111

Color Harmonies of #995996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995996

Black with #995996

Text Example


Text Example

White with #995996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995996; }

 p { color: rgb(153,89,150); }

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

background-color css

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

 a { background-color: rgb(153,89,150); }

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

border-color css

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

 span { border-color: rgb(153,89,150); }

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