Html Css Color HEX #955BCF Amethyst

📋 copy color: '#955BCF'

red 149 ◦ green 91 ◦ blue 207

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

Shades of Amethyst #955BCF

Tints of Amethyst #955BCF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.36%

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

R = 33.33%
G = 20.36%
B = 46.31%

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

#955BCF (or 0x955BCF) is known color: Amethyst. HEX triplet: 95, 5B and CF. RGB value is (149,91,207). Sum of RGB (Red+Green+Blue) = 149+91+207=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #955BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955BCF is #6AA430. Grayscale: #797979. Windows color (decimal): -6988849 or 13589397. OLE color: 13589397.

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

Color convert

RGB 149 91 207 -
CMYK 0.28 0.56 0 0.19
HSL 270º 0.55% 0.58% -
HSV(B) 270º 0.56% 0.81% -
XYZ 27.4 18.38 61.13 -
YUV 121.57 176.22 147.57 -
System Red Green Blue C M Y K H S L
Decimal 149 91 207 0.28 0.56 0 0.19 270 0.55 0.58
Hex 95 5B CF 1C 38 0 13 10E 37 3A
Octal 225 133 317 34 70 0 23 416 67 72
Binary 10010101 1011011 11001111 11100 111000 0 10011 100001110 110111 111010

Color Harmonies of #955BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955BCF

Black with #955BCF

Text Example


Text Example

White with #955BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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