Html Css Color HEX #995291 Violet Blue

📋 copy color: '#995291'

red 153 ◦ green 82 ◦ blue 145

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

Shades of Violet Blue #995291

Tints of Violet Blue #995291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.16%

R = 40.26%
G = 21.58%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#995291 (or 0x995291) is known color: Violet Blue. HEX triplet: 99, 52 and 91. RGB value is (153,82,145). Sum of RGB (Red+Green+Blue) = 153+82+145=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #995291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995291 is #66AD6E. Grayscale: #6E6E6E. Windows color (decimal): -6729071 or 9523865. OLE color: 9523865.

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

Color convert

RGB 153 82 145 -
CMYK 0 0.46 0.05 0.4
HSL 306.76º 0.3% 0.46% -
HSV(B) 306.76º 0.46% 0.6% -
XYZ 21.27 14.85 28.53 -
YUV 110.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 153 82 145 0 0.46 0.05 0.4 306.76 0.3 0.46
Hex 99 52 91 0 2E 5 28 133 1E 2E
Octal 231 122 221 0 56 5 50 463 36 56
Binary 10011001 1010010 10010001 0 101110 101 101000 100110011 11110 101110

Color Harmonies of #995291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995291

Black with #995291

Text Example


Text Example

White with #995291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995291; }

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

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

background-color css

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

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

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

border-color css

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

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

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