Html Css Color HEX #955F8E Violet Blue

📋 copy color: '#955F8E'

red 149 ◦ green 95 ◦ blue 142

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

Shades of Violet Blue #955F8E

Tints of Violet Blue #955F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.79%

R = 38.6%
G = 24.61%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#955F8E (or 0x955F8E) is known color: Violet Blue. HEX triplet: 95, 5F and 8E. RGB value is (149,95,142). Sum of RGB (Red+Green+Blue) = 149+95+142=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #955F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955F8E is #6AA071. Grayscale: #747474. Windows color (decimal): -6987890 or 9330581. OLE color: 9330581.

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

Color convert

RGB 149 95 142 -
CMYK 0 0.36 0.05 0.42
HSL 307.78º 0.22% 0.48% -
HSV(B) 307.78º 0.36% 0.58% -
XYZ 21.37 16.53 27.65 -
YUV 116.5 142.39 151.18 -
System Red Green Blue C M Y K H S L
Decimal 149 95 142 0 0.36 0.05 0.42 307.78 0.22 0.48
Hex 95 5F 8E 0 24 5 2A 134 16 30
Octal 225 137 216 0 44 5 52 464 26 60
Binary 10010101 1011111 10001110 0 100100 101 101010 100110100 10110 110000

Color Harmonies of #955F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955F8E

Black with #955F8E

Text Example


Text Example

White with #955F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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