Html Css Color HEX #995A92 Violet Blue

📋 copy color: '#995A92'

red 153 ◦ green 90 ◦ blue 146

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

Shades of Violet Blue #995A92

Tints of Violet Blue #995A92

RGB

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

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

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

R = 39.33%
G = 23.14%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#995A92 (or 0x995A92) is known color: Violet Blue. HEX triplet: 99, 5A and 92. RGB value is (153,90,146). Sum of RGB (Red+Green+Blue) = 153+90+146=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #995A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995A92 is #66A56D. Grayscale: #737373. Windows color (decimal): -6727022 or 9591449. OLE color: 9591449.

HSL color Cylindrical-coordinate representation of color #995A92: hue angle of 306.67º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #995A92 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 90 146 -
CMYK 0 0.41 0.05 0.4
HSL 306.67º 0.26% 0.48% -
HSV(B) 306.67º 0.41% 0.6% -
XYZ 21.98 16.16 29.15 -
YUV 115.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 153 90 146 0 0.41 0.05 0.4 306.67 0.26 0.48
Hex 99 5A 92 0 29 5 28 133 1A 30
Octal 231 132 222 0 51 5 50 463 32 60
Binary 10011001 1011010 10010010 0 101001 101 101000 100110011 11010 110000

Color Harmonies of #995A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995A92

Black with #995A92

Text Example


Text Example

White with #995A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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