Html Css Color HEX #955F91 Violet Blue

📋 copy color: '#955F91'

red 149 ◦ green 95 ◦ blue 145

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

Shades of Violet Blue #955F91

Tints of Violet Blue #955F91

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.42%

 BLUE value IS 145 (57.03% from 255) = 37.28%

R = 38.3%
G = 24.42%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#955F91 (or 0x955F91) is known color: Violet Blue. HEX triplet: 95, 5F and 91. RGB value is (149,95,145). Sum of RGB (Red+Green+Blue) = 149+95+145=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #955F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955F91 is #6AA06E. Grayscale: #747474. Windows color (decimal): -6987887 or 9527189. OLE color: 9527189.

HSL color Cylindrical-coordinate representation of color #955F91: hue angle of 304.44º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #955F91 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 95 145 -
CMYK 0 0.36 0.03 0.42
HSL 304.44º 0.22% 0.48% -
HSV(B) 304.44º 0.36% 0.58% -
XYZ 21.6 16.62 28.86 -
YUV 116.85 143.89 150.93 -
System Red Green Blue C M Y K H S L
Decimal 149 95 145 0 0.36 0.03 0.42 304.44 0.22 0.48
Hex 95 5F 91 0 24 3 2A 130 16 30
Octal 225 137 221 0 44 3 52 460 26 60
Binary 10010101 1011111 10010001 0 100100 11 101010 100110000 10110 110000

Color Harmonies of #955F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955F91

Black with #955F91

Text Example


Text Example

White with #955F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955F91; }

 p { color: rgb(149,95,145); }

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

background-color css

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

 a { background-color: rgb(149,95,145); }

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

border-color css

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

 span { border-color: rgb(149,95,145); }

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