Html Css Color HEX #915299 Violet Blue

📋 copy color: '#915299'

red 145 ◦ green 82 ◦ blue 153

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

Shades of Violet Blue #915299

Tints of Violet Blue #915299

RGB

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

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

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

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

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

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

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

Color convert

RGB 145 82 153 -
CMYK 0.05 0.46 0 0.4
HSL 293.24º 0.3% 0.46% -
HSV(B) 293.24º 0.46% 0.6% -
XYZ 20.44 14.35 31.83 -
YUV 108.93 152.87 153.73 -
System Red Green Blue C M Y K H S L
Decimal 145 82 153 0.05 0.46 0 0.4 293.24 0.3 0.46
Hex 91 52 99 5 2E 0 28 125 1E 2E
Octal 221 122 231 5 56 0 50 445 36 56
Binary 10010001 1010010 10011001 101 101110 0 101000 100100101 11110 101110

Color Harmonies of #915299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915299

Black with #915299

Text Example


Text Example

White with #915299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915299; }

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

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

background-color css

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

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

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

border-color css

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

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

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