Html Css Color HEX #955FCA Amethyst

📋 copy color: '#955FCA'

red 149 ◦ green 95 ◦ blue 202

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

Shades of Amethyst #955FCA

Tints of Amethyst #955FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.29%

R = 33.41%
G = 21.3%
B = 45.29%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#955FCA (or 0x955FCA) is known color: Amethyst. HEX triplet: 95, 5F and CA. RGB value is (149,95,202). Sum of RGB (Red+Green+Blue) = 149+95+202=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #955FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FCA is #6AA035. Grayscale: #7A7A7A. Windows color (decimal): -6987830 or 13262741. OLE color: 13262741.

HSL color Cylindrical-coordinate representation of color #955FCA: hue angle of 270.28º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #955FCA is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 95 202 -
CMYK 0.26 0.53 0 0.21
HSL 270.28º 0.5% 0.58% -
HSV(B) 270.28º 0.53% 0.79% -
XYZ 27.15 18.84 58.08 -
YUV 123.34 172.39 146.3 -
System Red Green Blue C M Y K H S L
Decimal 149 95 202 0.26 0.53 0 0.21 270.28 0.5 0.58
Hex 95 5F CA 1A 35 0 15 10E 32 3A
Octal 225 137 312 32 65 0 25 416 62 72
Binary 10010101 1011111 11001010 11010 110101 0 10101 100001110 110010 111010

Color Harmonies of #955FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955FCA

Black with #955FCA

Text Example


Text Example

White with #955FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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