Html Css Color HEX #955199 Violet Blue

📋 copy color: '#955199'

red 149 ◦ green 81 ◦ blue 153

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

Shades of Violet Blue #955199

Tints of Violet Blue #955199

RGB

 RED value IS 149 (58.59% from 255) = 38.9%

 GREEN value IS 81 (32.03% from 255) = 21.15%

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

R = 38.9%
G = 21.15%
B = 39.95%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#955199 (or 0x955199) is known color: Violet Blue. HEX triplet: 95, 51 and 99. RGB value is (149,81,153). Sum of RGB (Red+Green+Blue) = 149+81+153=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #955199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955199 is #6AAE66. Grayscale: #6D6D6D. Windows color (decimal): -6991463 or 10047893. OLE color: 10047893.

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

Color convert

RGB 149 81 153 -
CMYK 0.03 0.47 0 0.4
HSL 296.67º 0.31% 0.46% -
HSV(B) 296.67º 0.47% 0.6% -
XYZ 21.09 14.57 31.84 -
YUV 109.54 152.53 156.15 -
System Red Green Blue C M Y K H S L
Decimal 149 81 153 0.03 0.47 0 0.4 296.67 0.31 0.46
Hex 95 51 99 3 2F 0 28 129 1F 2E
Octal 225 121 231 3 57 0 50 451 37 56
Binary 10010101 1010001 10011001 11 101111 0 101000 100101001 11111 101110

Color Harmonies of #955199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955199

Black with #955199

Text Example


Text Example

White with #955199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955199; }

 p { color: rgb(149,81,153); }

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

background-color css

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

 a { background-color: rgb(149,81,153); }

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

border-color css

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

 span { border-color: rgb(149,81,153); }

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