Html Css Color HEX #995395 Violet Blue

📋 copy color: '#995395'

red 153 ◦ green 83 ◦ blue 149

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

Shades of Violet Blue #995395

Tints of Violet Blue #995395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.7%

R = 39.74%
G = 21.56%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#995395 (or 0x995395) is known color: Violet Blue. HEX triplet: 99, 53 and 95. RGB value is (153,83,149). Sum of RGB (Red+Green+Blue) = 153+83+149=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #995395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995395 is #66AC6A. Grayscale: #6F6F6F. Windows color (decimal): -6728811 or 9786265. OLE color: 9786265.

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

Color convert

RGB 153 83 149 -
CMYK 0 0.46 0.03 0.4
HSL 303.43º 0.3% 0.46% -
HSV(B) 303.43º 0.46% 0.6% -
XYZ 21.65 15.13 30.21 -
YUV 111.45 149.19 157.63 -
System Red Green Blue C M Y K H S L
Decimal 153 83 149 0 0.46 0.03 0.4 303.43 0.3 0.46
Hex 99 53 95 0 2E 3 28 12F 1E 2E
Octal 231 123 225 0 56 3 50 457 36 56
Binary 10011001 1010011 10010101 0 101110 11 101000 100101111 11110 101110

Color Harmonies of #995395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995395

Black with #995395

Text Example


Text Example

White with #995395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995395; }

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

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

background-color css

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

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

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

border-color css

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

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

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