Html Css Color HEX #955FC4 Amethyst

📋 copy color: '#955FC4'

red 149 ◦ green 95 ◦ blue 196

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

Shades of Amethyst #955FC4

Tints of Amethyst #955FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.55%

R = 33.86%
G = 21.59%
B = 44.55%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#955FC4 (or 0x955FC4) is known color: Amethyst. HEX triplet: 95, 5F and C4. RGB value is (149,95,196). Sum of RGB (Red+Green+Blue) = 149+95+196=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 196 (76.95% from 255 or 44.55% from 440); Max value from RGB is 196 - color contains mainly: blue. Hex color #955FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FC4 is #6AA03B. Grayscale: #7A7A7A. Windows color (decimal): -6987836 or 12869525. OLE color: 12869525.

HSL color Cylindrical-coordinate representation of color #955FC4: hue angle of 272.08º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #955FC4 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 149 95 196 -
CMYK 0.24 0.52 0 0.23
HSL 272.08º 0.46% 0.57% -
HSV(B) 272.08º 0.52% 0.77% -
XYZ 26.45 18.56 54.41 -
YUV 122.66 169.39 146.79 -
System Red Green Blue C M Y K H S L
Decimal 149 95 196 0.24 0.52 0 0.23 272.08 0.46 0.57
Hex 95 5F C4 18 34 0 17 110 2E 39
Octal 225 137 304 30 64 0 27 420 56 71
Binary 10010101 1011111 11000100 11000 110100 0 10111 100010000 101110 111001

Color Harmonies of #955FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955FC4

Black with #955FC4

Text Example


Text Example

White with #955FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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