Html Css Color HEX #995297 Violet Blue

📋 copy color: '#995297'

red 153 ◦ green 82 ◦ blue 151

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

Shades of Violet Blue #995297

Tints of Violet Blue #995297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.12%

R = 39.64%
G = 21.24%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#995297 (or 0x995297) is known color: Violet Blue. HEX triplet: 99, 52 and 97. RGB value is (153,82,151). Sum of RGB (Red+Green+Blue) = 153+82+151=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #995297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995297 is #66AD68. Grayscale: #6E6E6E. Windows color (decimal): -6729065 or 9917081. OLE color: 9917081.

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

Color convert

RGB 153 82 151 -
CMYK 0 0.46 0.01 0.4
HSL 301.69º 0.3% 0.46% -
HSV(B) 301.69º 0.46% 0.6% -
XYZ 21.74 15.04 31.04 -
YUV 111.1 150.52 157.89 -
System Red Green Blue C M Y K H S L
Decimal 153 82 151 0 0.46 0.01 0.4 301.69 0.3 0.46
Hex 99 52 97 0 2E 1 28 12E 1E 2E
Octal 231 122 227 0 56 1 50 456 36 56
Binary 10011001 1010010 10010111 0 101110 1 101000 100101110 11110 101110

Color Harmonies of #995297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995297

Black with #995297

Text Example


Text Example

White with #995297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995297; }

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

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

background-color css

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

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

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

border-color css

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

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

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