Html Css Color HEX #995D98 Violet Blue

📋 copy color: '#995D98'

red 153 ◦ green 93 ◦ blue 152

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

Shades of Violet Blue #995D98

Tints of Violet Blue #995D98

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.37%

 BLUE value IS 152 (59.77% from 255) = 38.19%

R = 38.44%
G = 23.37%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#995D98 (or 0x995D98) is known color: Violet Blue. HEX triplet: 99, 5D and 98. RGB value is (153,93,152). Sum of RGB (Red+Green+Blue) = 153+93+152=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #995D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995D98 is #66A267. Grayscale: #757575. Windows color (decimal): -6726248 or 9985433. OLE color: 9985433.

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

Color convert

RGB 153 93 152 -
CMYK 0 0.39 0.01 0.4
HSL 301º 0.24% 0.48% -
HSV(B) 301º 0.39% 0.6% -
XYZ 22.72 16.87 31.76 -
YUV 117.67 147.38 153.2 -
System Red Green Blue C M Y K H S L
Decimal 153 93 152 0 0.39 0.01 0.4 301 0.24 0.48
Hex 99 5D 98 0 27 1 28 12D 18 30
Octal 231 135 230 0 47 1 50 455 30 60
Binary 10011001 1011101 10011000 0 100111 1 101000 100101101 11000 110000

Color Harmonies of #995D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995D98

Black with #995D98

Text Example


Text Example

White with #995D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,93,152); }

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

background-color css

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

 a { background-color: rgb(153,93,152); }

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

border-color css

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

 span { border-color: rgb(153,93,152); }

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