Html Css Color HEX #955F8F Violet Blue

📋 copy color: '#955F8F'

red 149 ◦ green 95 ◦ blue 143

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

Shades of Violet Blue #955F8F

Tints of Violet Blue #955F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.95%

R = 38.5%
G = 24.55%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#955F8F (or 0x955F8F) is known color: Violet Blue. HEX triplet: 95, 5F and 8F. RGB value is (149,95,143). Sum of RGB (Red+Green+Blue) = 149+95+143=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #955F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955F8F is #6AA070. Grayscale: #747474. Windows color (decimal): -6987889 or 9396117. OLE color: 9396117.

HSL color Cylindrical-coordinate representation of color #955F8F: hue angle of 306.67º 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 #955F8F is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 95 143 -
CMYK 0 0.36 0.04 0.42
HSL 306.67º 0.22% 0.48% -
HSV(B) 306.67º 0.36% 0.58% -
XYZ 21.44 16.56 28.05 -
YUV 116.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 149 95 143 0 0.36 0.04 0.42 306.67 0.22 0.48
Hex 95 5F 8F 0 24 4 2A 133 16 30
Octal 225 137 217 0 44 4 52 463 26 60
Binary 10010101 1011111 10001111 0 100100 100 101010 100110011 10110 110000

Color Harmonies of #955F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955F8F

Black with #955F8F

Text Example


Text Example

White with #955F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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