Html Css Color HEX #9458DD Amethyst

📋 copy color: '#9458DD'

red 148 ◦ green 88 ◦ blue 221

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

Shades of Amethyst #9458DD

Tints of Amethyst #9458DD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.26%

 BLUE value IS 221 (86.72% from 255) = 48.36%

R = 32.39%
G = 19.26%
B = 48.36%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9458DD (or 0x9458DD) is known color: Amethyst. HEX triplet: 94, 58 and DD. RGB value is (148,88,221). Sum of RGB (Red+Green+Blue) = 148+88+221=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #9458DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9458DD is #6BA722. Grayscale: #787878. Windows color (decimal): -7055139 or 14506132. OLE color: 14506132.

HSL color Cylindrical-coordinate representation of color #9458DD: hue angle of 267.07º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9458DD is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 88 221 -
CMYK 0.33 0.60 0 0.13
HSL 267.07º 0.66% 0.61% -
HSV(B) 267.07º 0.6% 0.87% -
XYZ 28.75 18.5 70.46 -
YUV 121.1 184.38 147.19 -
System Red Green Blue C M Y K H S L
Decimal 148 88 221 0.33 0.60 0 0.13 267.07 0.66 0.61
Hex 94 58 DD 21 3C 0 D 10B 42 3D
Octal 224 130 335 41 74 0 15 413 102 75
Binary 10010100 1011000 11011101 100001 111100 0 1101 100001011 1000010 111101

Color Harmonies of #9458DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9458DD

Black with #9458DD

Text Example


Text Example

White with #9458DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9458DD; }

 p { color: rgb(148,88,221); }

 H1.HeaderClassName
 {
   color: #9458DD;
 }
 .AnyTagClassName
 {
   color: #9458DD;
 }
</style>

background-color css

<style>
 a { background-color: #9458DD; }

 a { background-color: rgb(148,88,221); }

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

border-color css

<style>
 span { border-color: #9458DD; }

 span { border-color: rgb(148,88,221); }

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