Html Css Color HEX #9458CB Amethyst

📋 copy color: '#9458CB'

red 148 ◦ green 88 ◦ blue 203

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

Shades of Amethyst #9458CB

Tints of Amethyst #9458CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.24%

R = 33.71%
G = 20.05%
B = 46.24%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9458CB (or 0x9458CB) is known color: Amethyst. HEX triplet: 94, 58 and CB. RGB value is (148,88,203). Sum of RGB (Red+Green+Blue) = 148+88+203=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #9458CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9458CB is #6BA734. Grayscale: #767676. Windows color (decimal): -7055157 or 13326484. OLE color: 13326484.

HSL color Cylindrical-coordinate representation of color #9458CB: hue angle of 271.3º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9458CB is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 88 203 -
CMYK 0.27 0.57 0 0.20
HSL 271.3º 0.53% 0.57% -
HSV(B) 271.3º 0.57% 0.8% -
XYZ 26.48 17.59 58.5 -
YUV 119.05 175.38 148.65 -
System Red Green Blue C M Y K H S L
Decimal 148 88 203 0.27 0.57 0 0.20 271.3 0.53 0.57
Hex 94 58 CB 1B 39 0 14 10F 35 39
Octal 224 130 313 33 71 0 24 417 65 71
Binary 10010100 1011000 11001011 11011 111001 0 10100 100001111 110101 111001

Color Harmonies of #9458CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9458CB

Black with #9458CB

Text Example


Text Example

White with #9458CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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