Html Css Color HEX #995E92 Violet Blue

📋 copy color: '#995E92'

red 153 ◦ green 94 ◦ blue 146

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

Shades of Violet Blue #995E92

Tints of Violet Blue #995E92

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.92%

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

R = 38.93%
G = 23.92%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#995E92 (or 0x995E92) is known color: Violet Blue. HEX triplet: 99, 5E and 92. RGB value is (153,94,146). Sum of RGB (Red+Green+Blue) = 153+94+146=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #995E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995E92 is #66A16D. Grayscale: #757575. Windows color (decimal): -6725998 or 9592473. OLE color: 9592473.

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

Color convert

RGB 153 94 146 -
CMYK 0 0.39 0.05 0.4
HSL 307.12º 0.24% 0.48% -
HSV(B) 307.12º 0.39% 0.6% -
XYZ 22.33 16.85 29.27 -
YUV 117.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 153 94 146 0 0.39 0.05 0.4 307.12 0.24 0.48
Hex 99 5E 92 0 27 5 28 133 18 30
Octal 231 136 222 0 47 5 50 463 30 60
Binary 10011001 1011110 10010010 0 100111 101 101000 100110011 11000 110000

Color Harmonies of #995E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995E92

Black with #995E92

Text Example


Text Example

White with #995E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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