Html Css Color HEX #995E94 Violet Blue

📋 copy color: '#995E94'

red 153 ◦ green 94 ◦ blue 148

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

Shades of Violet Blue #995E94

Tints of Violet Blue #995E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.47%

R = 38.73%
G = 23.8%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#995E94 (or 0x995E94) is known color: Violet Blue. HEX triplet: 99, 5E and 94. RGB value is (153,94,148). Sum of RGB (Red+Green+Blue) = 153+94+148=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #995E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995E94 is #66A16B. Grayscale: #757575. Windows color (decimal): -6725996 or 9723545. OLE color: 9723545.

HSL color Cylindrical-coordinate representation of color #995E94: hue angle of 305.08º 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 #995E94 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 94 148 -
CMYK 0 0.39 0.03 0.4
HSL 305.08º 0.24% 0.48% -
HSV(B) 305.08º 0.39% 0.6% -
XYZ 22.48 16.92 30.1 -
YUV 117.8 145.05 153.11 -
System Red Green Blue C M Y K H S L
Decimal 153 94 148 0 0.39 0.03 0.4 305.08 0.24 0.48
Hex 99 5E 94 0 27 3 28 131 18 30
Octal 231 136 224 0 47 3 50 461 30 60
Binary 10011001 1011110 10010100 0 100111 11 101000 100110001 11000 110000

Color Harmonies of #995E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995E94

Black with #995E94

Text Example


Text Example

White with #995E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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