Html Css Color HEX #995295 Violet Blue

📋 copy color: '#995295'

red 153 ◦ green 82 ◦ blue 149

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

Shades of Violet Blue #995295

Tints of Violet Blue #995295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.35%

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

R = 39.84%
G = 21.35%
B = 38.8%

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

#995295 (or 0x995295) is known color: Violet Blue. HEX triplet: 99, 52 and 95. RGB value is (153,82,149). Sum of RGB (Red+Green+Blue) = 153+82+149=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #995295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995295 is #66AD6A. Grayscale: #6E6E6E. Windows color (decimal): -6729067 or 9786009. OLE color: 9786009.

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

Color convert

RGB 153 82 149 -
CMYK 0 0.46 0.03 0.4
HSL 303.38º 0.3% 0.46% -
HSV(B) 303.38º 0.46% 0.6% -
XYZ 21.58 14.98 30.19 -
YUV 110.87 149.52 158.05 -
System Red Green Blue C M Y K H S L
Decimal 153 82 149 0 0.46 0.03 0.4 303.38 0.3 0.46
Hex 99 52 95 0 2E 3 28 12F 1E 2E
Octal 231 122 225 0 56 3 50 457 36 56
Binary 10011001 1010010 10010101 0 101110 11 101000 100101111 11110 101110

Color Harmonies of #995295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995295

Black with #995295

Text Example


Text Example

White with #995295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995295; }

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

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

background-color css

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

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

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

border-color css

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

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

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