Html Css Color HEX #995391 Violet Blue

📋 copy color: '#995391'

red 153 ◦ green 83 ◦ blue 145

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

Shades of Violet Blue #995391

Tints of Violet Blue #995391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.78%

 BLUE value IS 145 (57.03% from 255) = 38.06%

R = 40.16%
G = 21.78%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#995391 (or 0x995391) is known color: Violet Blue. HEX triplet: 99, 53 and 91. RGB value is (153,83,145). Sum of RGB (Red+Green+Blue) = 153+83+145=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #995391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995391 is #66AC6E. Grayscale: #6E6E6E. Windows color (decimal): -6728815 or 9524121. OLE color: 9524121.

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

Color convert

RGB 153 83 145 -
CMYK 0 0.46 0.05 0.4
HSL 306.86º 0.3% 0.46% -
HSV(B) 306.86º 0.46% 0.6% -
XYZ 21.34 15 28.56 -
YUV 111 147.19 157.96 -
System Red Green Blue C M Y K H S L
Decimal 153 83 145 0 0.46 0.05 0.4 306.86 0.3 0.46
Hex 99 53 91 0 2E 5 28 133 1E 2E
Octal 231 123 221 0 56 5 50 463 36 56
Binary 10011001 1010011 10010001 0 101110 101 101000 100110011 11110 101110

Color Harmonies of #995391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995391

Black with #995391

Text Example


Text Example

White with #995391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995391; }

 p { color: rgb(153,83,145); }

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

background-color css

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

 a { background-color: rgb(153,83,145); }

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

border-color css

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

 span { border-color: rgb(153,83,145); }

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