Html Css Color HEX #955399 Violet Blue

📋 copy color: '#955399'

red 149 ◦ green 83 ◦ blue 153

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

Shades of Violet Blue #955399

Tints of Violet Blue #955399

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.56%

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

R = 38.7%
G = 21.56%
B = 39.74%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#955399 (or 0x955399) is known color: Violet Blue. HEX triplet: 95, 53 and 99. RGB value is (149,83,153). Sum of RGB (Red+Green+Blue) = 149+83+153=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 153 - color contains mainly: blue. Hex color #955399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955399 is #6AAC66. Grayscale: #6E6E6E. Windows color (decimal): -6990951 or 10048405. OLE color: 10048405.

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

Color convert

RGB 149 83 153 -
CMYK 0.03 0.46 0 0.4
HSL 296.57º 0.3% 0.46% -
HSV(B) 296.57º 0.46% 0.6% -
XYZ 21.24 14.88 31.89 -
YUV 110.71 151.87 155.31 -
System Red Green Blue C M Y K H S L
Decimal 149 83 153 0.03 0.46 0 0.4 296.57 0.3 0.46
Hex 95 53 99 3 2E 0 28 129 1E 2E
Octal 225 123 231 3 56 0 50 451 36 56
Binary 10010101 1010011 10011001 11 101110 0 101000 100101001 11110 101110

Color Harmonies of #955399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955399

Black with #955399

Text Example


Text Example

White with #955399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955399; }

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

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

background-color css

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

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

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

border-color css

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

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

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