Html Css Color HEX #995690 Violet Blue

📋 copy color: '#995690'

red 153 ◦ green 86 ◦ blue 144

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

Shades of Violet Blue #995690

Tints of Violet Blue #995690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.6%

R = 39.95%
G = 22.45%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#995690 (or 0x995690) is known color: Violet Blue. HEX triplet: 99, 56 and 90. RGB value is (153,86,144). Sum of RGB (Red+Green+Blue) = 153+86+144=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #995690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995690 is #66A96F. Grayscale: #707070. Windows color (decimal): -6728048 or 9459353. OLE color: 9459353.

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

Color convert

RGB 153 86 144 -
CMYK 0 0.44 0.06 0.4
HSL 308.06º 0.28% 0.47% -
HSV(B) 308.06º 0.44% 0.6% -
XYZ 21.5 15.44 28.23 -
YUV 112.65 145.7 156.78 -
System Red Green Blue C M Y K H S L
Decimal 153 86 144 0 0.44 0.06 0.4 308.06 0.28 0.47
Hex 99 56 90 0 2C 6 28 134 1C 2F
Octal 231 126 220 0 54 6 50 464 34 57
Binary 10011001 1010110 10010000 0 101100 110 101000 100110100 11100 101111

Color Harmonies of #995690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995690

Black with #995690

Text Example


Text Example

White with #995690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995690; }

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

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

background-color css

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

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

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

border-color css

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

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

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