Html Css Color HEX #995994 Violet Blue

📋 copy color: '#995994'

red 153 ◦ green 89 ◦ blue 148

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

Shades of Violet Blue #995994

Tints of Violet Blue #995994

RGB

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

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

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

R = 39.23%
G = 22.82%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#995994 (or 0x995994) is known color: Violet Blue. HEX triplet: 99, 59 and 94. RGB value is (153,89,148). Sum of RGB (Red+Green+Blue) = 153+89+148=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #995994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995994 is #66A66B. Grayscale: #727272. Windows color (decimal): -6727276 or 9722265. OLE color: 9722265.

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

Color convert

RGB 153 89 148 -
CMYK 0 0.42 0.03 0.4
HSL 304.69º 0.26% 0.47% -
HSV(B) 304.69º 0.42% 0.6% -
XYZ 22.05 16.06 29.95 -
YUV 114.86 146.7 155.2 -
System Red Green Blue C M Y K H S L
Decimal 153 89 148 0 0.42 0.03 0.4 304.69 0.26 0.47
Hex 99 59 94 0 2A 3 28 131 1A 2F
Octal 231 131 224 0 52 3 50 461 32 57
Binary 10011001 1011001 10010100 0 101010 11 101000 100110001 11010 101111

Color Harmonies of #995994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995994

Black with #995994

Text Example


Text Example

White with #995994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995994; }

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

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

background-color css

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

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

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

border-color css

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

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

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