Html Css Color HEX #995594 Violet Blue

📋 copy color: '#995594'

red 153 ◦ green 85 ◦ blue 148

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

Shades of Violet Blue #995594

Tints of Violet Blue #995594

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.02%

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

R = 39.64%
G = 22.02%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#995594 (or 0x995594) is known color: Violet Blue. HEX triplet: 99, 55 and 94. RGB value is (153,85,148). Sum of RGB (Red+Green+Blue) = 153+85+148=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #995594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995594 is #66AA6B. Grayscale: #707070. Windows color (decimal): -6728300 or 9721241. OLE color: 9721241.

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

Color convert

RGB 153 85 148 -
CMYK 0 0.44 0.03 0.4
HSL 304.41º 0.29% 0.47% -
HSV(B) 304.41º 0.44% 0.6% -
XYZ 21.73 15.41 29.85 -
YUV 112.51 148.03 156.88 -
System Red Green Blue C M Y K H S L
Decimal 153 85 148 0 0.44 0.03 0.4 304.41 0.29 0.47
Hex 99 55 94 0 2C 3 28 130 1D 2F
Octal 231 125 224 0 54 3 50 460 35 57
Binary 10011001 1010101 10010100 0 101100 11 101000 100110000 11101 101111

Color Harmonies of #995594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995594

Black with #995594

Text Example


Text Example

White with #995594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995594; }

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

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

background-color css

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

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

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

border-color css

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

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

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