Html Css Color HEX #955099 Violet Blue

📋 copy color: '#955099'

red 149 ◦ green 80 ◦ blue 153

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

Shades of Violet Blue #955099

Tints of Violet Blue #955099

RGB

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

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

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

R = 39.01%
G = 20.94%
B = 40.05%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#955099 (or 0x955099) is known color: Violet Blue. HEX triplet: 95, 50 and 99. RGB value is (149,80,153). Sum of RGB (Red+Green+Blue) = 149+80+153=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 153 - color contains mainly: blue. Hex color #955099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955099 is #6AAF66. Grayscale: #6C6C6C. Windows color (decimal): -6991719 or 10047637. OLE color: 10047637.

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

Color convert

RGB 149 80 153 -
CMYK 0.03 0.48 0 0.4
HSL 296.71º 0.31% 0.46% -
HSV(B) 296.71º 0.48% 0.6% -
XYZ 21.01 14.43 31.81 -
YUV 108.95 152.86 156.56 -
System Red Green Blue C M Y K H S L
Decimal 149 80 153 0.03 0.48 0 0.4 296.71 0.31 0.46
Hex 95 50 99 3 30 0 28 129 1F 2E
Octal 225 120 231 3 60 0 50 451 37 56
Binary 10010101 1010000 10011001 11 110000 0 101000 100101001 11111 101110

Color Harmonies of #955099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955099

Black with #955099

Text Example


Text Example

White with #955099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955099; }

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

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

background-color css

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

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

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

border-color css

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

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

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