Html Css Color HEX #955CCF Amethyst

📋 copy color: '#955CCF'

red 149 ◦ green 92 ◦ blue 207

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

Shades of Amethyst #955CCF

Tints of Amethyst #955CCF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.54%

 BLUE value IS 207 (81.25% from 255) = 46.21%

R = 33.26%
G = 20.54%
B = 46.21%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#955CCF (or 0x955CCF) is known color: Amethyst. HEX triplet: 95, 5C and CF. RGB value is (149,92,207). Sum of RGB (Red+Green+Blue) = 149+92+207=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #955CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955CCF is #6AA330. Grayscale: #797979. Windows color (decimal): -6988593 or 13589653. OLE color: 13589653.

HSL color Cylindrical-coordinate representation of color #955CCF: hue angle of 269.74º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #955CCF is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 92 207 -
CMYK 0.28 0.56 0 0.19
HSL 269.74º 0.55% 0.59% -
HSV(B) 269.74º 0.56% 0.81% -
XYZ 27.48 18.55 61.16 -
YUV 122.15 175.88 147.15 -
System Red Green Blue C M Y K H S L
Decimal 149 92 207 0.28 0.56 0 0.19 269.74 0.55 0.59
Hex 95 5C CF 1C 38 0 13 10E 37 3B
Octal 225 134 317 34 70 0 23 416 67 73
Binary 10010101 1011100 11001111 11100 111000 0 10011 100001110 110111 111011

Color Harmonies of #955CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955CCF

Black with #955CCF

Text Example


Text Example

White with #955CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,92,207); }

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

background-color css

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

 a { background-color: rgb(149,92,207); }

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

border-color css

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

 span { border-color: rgb(149,92,207); }

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