Html Css Color HEX #995193 Violet Blue

📋 copy color: '#995193'

red 153 ◦ green 81 ◦ blue 147

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

Shades of Violet Blue #995193

Tints of Violet Blue #995193

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.26%

 BLUE value IS 147 (57.81% from 255) = 38.58%

R = 40.16%
G = 21.26%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#995193 (or 0x995193) is known color: Violet Blue. HEX triplet: 99, 51 and 93. RGB value is (153,81,147). Sum of RGB (Red+Green+Blue) = 153+81+147=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #995193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995193 is #66AE6C. Grayscale: #6D6D6D. Windows color (decimal): -6729325 or 9654681. OLE color: 9654681.

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

Color convert

RGB 153 81 147 -
CMYK 0 0.47 0.04 0.4
HSL 305º 0.31% 0.46% -
HSV(B) 305º 0.47% 0.6% -
XYZ 21.35 14.76 29.33 -
YUV 110.05 148.85 158.63 -
System Red Green Blue C M Y K H S L
Decimal 153 81 147 0 0.47 0.04 0.4 305 0.31 0.46
Hex 99 51 93 0 2F 4 28 131 1F 2E
Octal 231 121 223 0 57 4 50 461 37 56
Binary 10011001 1010001 10010011 0 101111 100 101000 100110001 11111 101110

Color Harmonies of #995193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995193

Black with #995193

Text Example


Text Example

White with #995193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995193; }

 p { color: rgb(153,81,147); }

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

background-color css

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

 a { background-color: rgb(153,81,147); }

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

border-color css

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

 span { border-color: rgb(153,81,147); }

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