Html Css Color HEX #9453CD Amethyst

📋 copy color: '#9453CD'

red 148 ◦ green 83 ◦ blue 205

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

Shades of Amethyst #9453CD

Tints of Amethyst #9453CD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.04%

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 33.94%
G = 19.04%
B = 47.02%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9453CD (or 0x9453CD) is known color: Amethyst. HEX triplet: 94, 53 and CD. RGB value is (148,83,205). Sum of RGB (Red+Green+Blue) = 148+83+205=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #9453CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9453CD is #6BAC32. Grayscale: #737373. Windows color (decimal): -7056435 or 13456276. OLE color: 13456276.

HSL color Cylindrical-coordinate representation of color #9453CD: hue angle of 271.97º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9453CD is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 83 205 -
CMYK 0.28 0.60 0 0.20
HSL 271.97º 0.55% 0.56% -
HSV(B) 271.97º 0.6% 0.8% -
XYZ 26.33 16.89 59.63 -
YUV 116.34 178.03 150.58 -
System Red Green Blue C M Y K H S L
Decimal 148 83 205 0.28 0.60 0 0.20 271.97 0.55 0.56
Hex 94 53 CD 1C 3C 0 14 110 37 38
Octal 224 123 315 34 74 0 24 420 67 70
Binary 10010100 1010011 11001101 11100 111100 0 10100 100010000 110111 111000

Color Harmonies of #9453CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9453CD

Black with #9453CD

Text Example


Text Example

White with #9453CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9453CD; }

 p { color: rgb(148,83,205); }

 H1.HeaderClassName
 {
   color: #9453CD;
 }
 .AnyTagClassName
 {
   color: #9453CD;
 }
</style>

background-color css

<style>
 a { background-color: #9453CD; }

 a { background-color: rgb(148,83,205); }

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

border-color css

<style>
 span { border-color: #9453CD; }

 span { border-color: rgb(148,83,205); }

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