Html Css Color HEX #955FC8 Amethyst

📋 copy color: '#955FC8'

red 149 ◦ green 95 ◦ blue 200

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

Shades of Amethyst #955FC8

Tints of Amethyst #955FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.05%

R = 33.56%
G = 21.4%
B = 45.05%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#955FC8 (or 0x955FC8) is known color: Amethyst. HEX triplet: 95, 5F and C8. RGB value is (149,95,200). Sum of RGB (Red+Green+Blue) = 149+95+200=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 200 - color contains mainly: blue. Hex color #955FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FC8 is #6AA037. Grayscale: #7A7A7A. Windows color (decimal): -6987832 or 13131669. OLE color: 13131669.

HSL color Cylindrical-coordinate representation of color #955FC8: hue angle of 270.86º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #955FC8 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 95 200 -
CMYK 0.26 0.52 0 0.22
HSL 270.86º 0.49% 0.58% -
HSV(B) 270.86º 0.53% 0.78% -
XYZ 26.91 18.74 56.84 -
YUV 123.12 171.39 146.46 -
System Red Green Blue C M Y K H S L
Decimal 149 95 200 0.26 0.52 0 0.22 270.86 0.49 0.58
Hex 95 5F C8 1A 34 0 16 10F 31 3A
Octal 225 137 310 32 64 0 26 417 61 72
Binary 10010101 1011111 11001000 11010 110100 0 10110 100001111 110001 111010

Color Harmonies of #955FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955FC8

Black with #955FC8

Text Example


Text Example

White with #955FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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