Html Css Color HEX #995992 Violet Blue

📋 copy color: '#995992'

red 153 ◦ green 89 ◦ blue 146

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

Shades of Violet Blue #995992

Tints of Violet Blue #995992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.63%

R = 39.43%
G = 22.94%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#995992 (or 0x995992) is known color: Violet Blue. HEX triplet: 99, 59 and 92. RGB value is (153,89,146). Sum of RGB (Red+Green+Blue) = 153+89+146=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #995992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995992 is #66A66D. Grayscale: #727272. Windows color (decimal): -6727278 or 9591193. OLE color: 9591193.

HSL color Cylindrical-coordinate representation of color #995992: hue angle of 306.56º 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 #995992 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 89 146 -
CMYK 0 0.42 0.05 0.4
HSL 306.56º 0.26% 0.47% -
HSV(B) 306.56º 0.42% 0.6% -
XYZ 21.9 15.99 29.13 -
YUV 114.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 153 89 146 0 0.42 0.05 0.4 306.56 0.26 0.47
Hex 99 59 92 0 2A 5 28 133 1A 2F
Octal 231 131 222 0 52 5 50 463 32 57
Binary 10011001 1011001 10010010 0 101010 101 101000 100110011 11010 101111

Color Harmonies of #995992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995992

Black with #995992

Text Example


Text Example

White with #995992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995992; }

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

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

background-color css

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

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

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

border-color css

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

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

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