Html Css Color HEX #995296 Violet Blue

📋 copy color: '#995296'

red 153 ◦ green 82 ◦ blue 150

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

Shades of Violet Blue #995296

Tints of Violet Blue #995296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.96%

R = 39.74%
G = 21.3%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#995296 (or 0x995296) is known color: Violet Blue. HEX triplet: 99, 52 and 96. RGB value is (153,82,150). Sum of RGB (Red+Green+Blue) = 153+82+150=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #995296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995296 is #66AD69. Grayscale: #6E6E6E. Windows color (decimal): -6729066 or 9851545. OLE color: 9851545.

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

Color convert

RGB 153 82 150 -
CMYK 0 0.46 0.02 0.4
HSL 302.54º 0.3% 0.46% -
HSV(B) 302.54º 0.46% 0.6% -
XYZ 21.66 15.01 30.61 -
YUV 110.98 150.02 157.97 -
System Red Green Blue C M Y K H S L
Decimal 153 82 150 0 0.46 0.02 0.4 302.54 0.3 0.46
Hex 99 52 96 0 2E 2 28 12F 1E 2E
Octal 231 122 226 0 56 2 50 457 36 56
Binary 10011001 1010010 10010110 0 101110 10 101000 100101111 11110 101110

Color Harmonies of #995296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995296

Black with #995296

Text Example


Text Example

White with #995296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995296; }

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

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

background-color css

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

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

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

border-color css

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

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

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