Html Css Color HEX #995498 Violet Blue

📋 copy color: '#995498'

red 153 ◦ green 84 ◦ blue 152

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

Shades of Violet Blue #995498

Tints of Violet Blue #995498

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.59%

 BLUE value IS 152 (59.77% from 255) = 39.07%

R = 39.33%
G = 21.59%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#995498 (or 0x995498) is known color: Violet Blue. HEX triplet: 99, 54 and 98. RGB value is (153,84,152). Sum of RGB (Red+Green+Blue) = 153+84+152=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #995498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995498 is #66AB67. Grayscale: #707070. Windows color (decimal): -6728552 or 9983129. OLE color: 9983129.

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

Color convert

RGB 153 84 152 -
CMYK 0 0.45 0.01 0.4
HSL 300.87º 0.29% 0.46% -
HSV(B) 300.87º 0.45% 0.6% -
XYZ 21.97 15.38 31.52 -
YUV 112.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 153 84 152 0 0.45 0.01 0.4 300.87 0.29 0.46
Hex 99 54 98 0 2D 1 28 12D 1D 2E
Octal 231 124 230 0 55 1 50 455 35 56
Binary 10011001 1010100 10011000 0 101101 1 101000 100101101 11101 101110

Color Harmonies of #995498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995498

Black with #995498

Text Example


Text Example

White with #995498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995498; }

 p { color: rgb(153,84,152); }

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

background-color css

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

 a { background-color: rgb(153,84,152); }

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

border-color css

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

 span { border-color: rgb(153,84,152); }

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