Html Css Color HEX #996092 Violet Blue

📋 copy color: '#996092'

red 153 ◦ green 96 ◦ blue 146

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

Shades of Violet Blue #996092

Tints of Violet Blue #996092

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.3%

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

R = 38.73%
G = 24.3%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#996092 (or 0x996092) is known color: Violet Blue. HEX triplet: 99, 60 and 92. RGB value is (153,96,146). Sum of RGB (Red+Green+Blue) = 153+96+146=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #996092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996092 is #669F6D. Grayscale: #767676. Windows color (decimal): -6725486 or 9592985. OLE color: 9592985.

HSL color Cylindrical-coordinate representation of color #996092: hue angle of 307.37º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996092 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 96 146 -
CMYK 0 0.37 0.05 0.4
HSL 307.37º 0.23% 0.49% -
HSV(B) 307.37º 0.37% 0.6% -
XYZ 22.51 17.21 29.33 -
YUV 118.74 143.38 152.43 -
System Red Green Blue C M Y K H S L
Decimal 153 96 146 0 0.37 0.05 0.4 307.37 0.23 0.49
Hex 99 60 92 0 25 5 28 133 17 31
Octal 231 140 222 0 45 5 50 463 27 61
Binary 10011001 1100000 10010010 0 100101 101 101000 100110011 10111 110001

Color Harmonies of #996092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996092

Black with #996092

Text Example


Text Example

White with #996092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996092; }

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

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

background-color css

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

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

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

border-color css

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

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

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