Html Css Color HEX #945CDE Amethyst

📋 copy color: '#945CDE'

red 148 ◦ green 92 ◦ blue 222

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

Shades of Amethyst #945CDE

Tints of Amethyst #945CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.05%

R = 32.03%
G = 19.91%
B = 48.05%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#945CDE (or 0x945CDE) is known color: Amethyst. HEX triplet: 94, 5C and DE. RGB value is (148,92,222). Sum of RGB (Red+Green+Blue) = 148+92+222=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #945CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945CDE is #6BA321. Grayscale: #7B7B7B. Windows color (decimal): -7054114 or 14572692. OLE color: 14572692.

HSL color Cylindrical-coordinate representation of color #945CDE: hue angle of 265.85º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #945CDE is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 92 222 -
CMYK 0.33 0.59 0 0.13
HSL 265.85º 0.66% 0.62% -
HSV(B) 265.85º 0.59% 0.87% -
XYZ 29.22 19.22 71.28 -
YUV 123.56 183.55 145.43 -
System Red Green Blue C M Y K H S L
Decimal 148 92 222 0.33 0.59 0 0.13 265.85 0.66 0.62
Hex 94 5C DE 21 3B 0 D 10A 42 3E
Octal 224 134 336 41 73 0 15 412 102 76
Binary 10010100 1011100 11011110 100001 111011 0 1101 100001010 1000010 111110

Color Harmonies of #945CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945CDE

Black with #945CDE

Text Example


Text Example

White with #945CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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