Html Css Color HEX #955992 Violet Blue

📋 copy color: '#955992'

red 149 ◦ green 89 ◦ blue 146

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

Shades of Violet Blue #955992

Tints of Violet Blue #955992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.18%

 BLUE value IS 146 (57.42% from 255) = 38.02%

R = 38.8%
G = 23.18%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#955992 (or 0x955992) is known color: Violet Blue. HEX triplet: 95, 59 and 92. RGB value is (149,89,146). Sum of RGB (Red+Green+Blue) = 149+89+146=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #955992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955992 is #6AA66D. Grayscale: #717171. Windows color (decimal): -6989422 or 9591189. OLE color: 9591189.

HSL color Cylindrical-coordinate representation of color #955992: hue angle of 303º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955992 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 89 146 -
CMYK 0 0.40 0.02 0.42
HSL 303º 0.25% 0.47% -
HSV(B) 303º 0.4% 0.58% -
XYZ 21.16 15.61 29.09 -
YUV 113.44 146.38 153.37 -
System Red Green Blue C M Y K H S L
Decimal 149 89 146 0 0.40 0.02 0.42 303 0.25 0.47
Hex 95 59 92 0 28 2 2A 12F 19 2F
Octal 225 131 222 0 50 2 52 457 31 57
Binary 10010101 1011001 10010010 0 101000 10 101010 100101111 11001 101111

Color Harmonies of #955992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955992

Black with #955992

Text Example


Text Example

White with #955992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955992; }

 p { color: rgb(149,89,146); }

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

background-color css

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

 a { background-color: rgb(149,89,146); }

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

border-color css

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

 span { border-color: rgb(149,89,146); }

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