Html Css Color HEX #995698 Violet Blue

📋 copy color: '#995698'

red 153 ◦ green 86 ◦ blue 152

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

Shades of Violet Blue #995698

Tints of Violet Blue #995698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.99%

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

R = 39.13%
G = 21.99%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#995698 (or 0x995698) is known color: Violet Blue. HEX triplet: 99, 56 and 98. RGB value is (153,86,152). Sum of RGB (Red+Green+Blue) = 153+86+152=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #995698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995698 is #66A967. Grayscale: #717171. Windows color (decimal): -6728040 or 9983641. OLE color: 9983641.

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

Color convert

RGB 153 86 152 -
CMYK 0 0.44 0.01 0.4
HSL 300.9º 0.28% 0.47% -
HSV(B) 300.9º 0.44% 0.6% -
XYZ 22.13 15.69 31.57 -
YUV 113.56 149.7 156.13 -
System Red Green Blue C M Y K H S L
Decimal 153 86 152 0 0.44 0.01 0.4 300.9 0.28 0.47
Hex 99 56 98 0 2C 1 28 12D 1C 2F
Octal 231 126 230 0 54 1 50 455 34 57
Binary 10011001 1010110 10011000 0 101100 1 101000 100101101 11100 101111

Color Harmonies of #995698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995698

Black with #995698

Text Example


Text Example

White with #995698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995698; }

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

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

background-color css

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

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

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

border-color css

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

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

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