Html Css Color HEX #945CCA Amethyst

📋 copy color: '#945CCA'

red 148 ◦ green 92 ◦ blue 202

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

Shades of Amethyst #945CCA

Tints of Amethyst #945CCA

RGB

 RED value IS 148 (58.2% from 255) = 33.48%

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

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

R = 33.48%
G = 20.81%
B = 45.7%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#945CCA (or 0x945CCA) is known color: Amethyst. HEX triplet: 94, 5C and CA. RGB value is (148,92,202). Sum of RGB (Red+Green+Blue) = 148+92+202=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #945CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945CCA is #6BA335. Grayscale: #787878. Windows color (decimal): -7054134 or 13261972. OLE color: 13261972.

HSL color Cylindrical-coordinate representation of color #945CCA: hue angle of 270.55º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #945CCA is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 92 202 -
CMYK 0.27 0.54 0 0.21
HSL 270.55º 0.51% 0.58% -
HSV(B) 270.55º 0.54% 0.79% -
XYZ 26.7 18.21 57.99 -
YUV 121.28 173.55 147.06 -
System Red Green Blue C M Y K H S L
Decimal 148 92 202 0.27 0.54 0 0.21 270.55 0.51 0.58
Hex 94 5C CA 1B 36 0 15 10F 33 3A
Octal 224 134 312 33 66 0 25 417 63 72
Binary 10010100 1011100 11001010 11011 110110 0 10101 100001111 110011 111010

Color Harmonies of #945CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945CCA

Black with #945CCA

Text Example


Text Example

White with #945CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945CCA; }

 p { color: rgb(148,92,202); }

 H1.HeaderClassName
 {
   color: #945CCA;
 }
 .AnyTagClassName
 {
   color: #945CCA;
 }
</style>

background-color css

<style>
 a { background-color: #945CCA; }

 a { background-color: rgb(148,92,202); }

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

border-color css

<style>
 span { border-color: #945CCA; }

 span { border-color: rgb(148,92,202); }

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