Html Css Color HEX #9458CF Amethyst

📋 copy color: '#9458CF'

red 148 ◦ green 88 ◦ blue 207

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

Shades of Amethyst #9458CF

Tints of Amethyst #9458CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.73%

R = 33.41%
G = 19.86%
B = 46.73%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9458CF (or 0x9458CF) is known color: Amethyst. HEX triplet: 94, 58 and CF. RGB value is (148,88,207). Sum of RGB (Red+Green+Blue) = 148+88+207=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #9458CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9458CF is #6BA730. Grayscale: #777777. Windows color (decimal): -7055153 or 13588628. OLE color: 13588628.

HSL color Cylindrical-coordinate representation of color #9458CF: hue angle of 270.25º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9458CF is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 88 207 -
CMYK 0.29 0.57 0 0.19
HSL 270.25º 0.55% 0.58% -
HSV(B) 270.25º 0.57% 0.81% -
XYZ 26.96 17.78 61.04 -
YUV 119.51 177.38 148.32 -
System Red Green Blue C M Y K H S L
Decimal 148 88 207 0.29 0.57 0 0.19 270.25 0.55 0.58
Hex 94 58 CF 1D 39 0 13 10E 37 3A
Octal 224 130 317 35 71 0 23 416 67 72
Binary 10010100 1011000 11001111 11101 111001 0 10011 100001110 110111 111010

Color Harmonies of #9458CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9458CF

Black with #9458CF

Text Example


Text Example

White with #9458CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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