Html Css Color HEX #995998 Violet Blue

📋 copy color: '#995998'

red 153 ◦ green 89 ◦ blue 152

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

Shades of Violet Blue #995998

Tints of Violet Blue #995998

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.59%

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

R = 38.83%
G = 22.59%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#995998 (or 0x995998) is known color: Violet Blue. HEX triplet: 99, 59 and 98. RGB value is (153,89,152). Sum of RGB (Red+Green+Blue) = 153+89+152=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #995998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995998 is #66A667. Grayscale: #737373. Windows color (decimal): -6727272 or 9984409. OLE color: 9984409.

HSL color Cylindrical-coordinate representation of color #995998: hue angle of 300.94º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #995998 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 89 152 -
CMYK 0 0.42 0.01 0.4
HSL 300.94º 0.26% 0.47% -
HSV(B) 300.94º 0.42% 0.6% -
XYZ 22.38 16.18 31.65 -
YUV 115.32 148.7 154.88 -
System Red Green Blue C M Y K H S L
Decimal 153 89 152 0 0.42 0.01 0.4 300.94 0.26 0.47
Hex 99 59 98 0 2A 1 28 12D 1A 2F
Octal 231 131 230 0 52 1 50 455 32 57
Binary 10011001 1011001 10011000 0 101010 1 101000 100101101 11010 101111

Color Harmonies of #995998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995998

Black with #995998

Text Example


Text Example

White with #995998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995998; }

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

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

background-color css

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

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

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

border-color css

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

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

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