Html Css Color HEX #995089 Violet Blue

📋 copy color: '#995089'

red 153 ◦ green 80 ◦ blue 137

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

Shades of Violet Blue #995089

Tints of Violet Blue #995089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.62%

 BLUE value IS 137 (53.91% from 255) = 37.03%

R = 41.35%
G = 21.62%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#995089 (or 0x995089) is known color: Violet Blue. HEX triplet: 99, 50 and 89. RGB value is (153,80,137). Sum of RGB (Red+Green+Blue) = 153+80+137=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #995089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995089 is #66AF76. Grayscale: #6C6C6C. Windows color (decimal): -6729591 or 8999065. OLE color: 8999065.

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

Color convert

RGB 153 80 137 -
CMYK 0 0.48 0.10 0.4
HSL 313.15º 0.31% 0.46% -
HSV(B) 313.15º 0.48% 0.6% -
XYZ 20.52 14.32 25.35 -
YUV 108.33 144.18 159.87 -
System Red Green Blue C M Y K H S L
Decimal 153 80 137 0 0.48 0.10 0.4 313.15 0.31 0.46
Hex 99 50 89 0 30 A 28 139 1F 2E
Octal 231 120 211 0 60 12 50 471 37 56
Binary 10011001 1010000 10001001 0 110000 1010 101000 100111001 11111 101110

Color Harmonies of #995089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995089

Black with #995089

Text Example


Text Example

White with #995089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995089; }

 p { color: rgb(153,80,137); }

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

background-color css

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

 a { background-color: rgb(153,80,137); }

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

border-color css

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

 span { border-color: rgb(153,80,137); }

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