Html Css Color HEX #9455CB Amethyst

📋 copy color: '#9455CB'

red 148 ◦ green 85 ◦ blue 203

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

Shades of Amethyst #9455CB

Tints of Amethyst #9455CB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.5%

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

R = 33.94%
G = 19.5%
B = 46.56%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9455CB (or 0x9455CB) is known color: Amethyst. HEX triplet: 94, 55 and CB. RGB value is (148,85,203). Sum of RGB (Red+Green+Blue) = 148+85+203=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #9455CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9455CB is #6BAA34. Grayscale: #747474. Windows color (decimal): -7055925 or 13325716. OLE color: 13325716.

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

Color convert

RGB 148 85 203 -
CMYK 0.27 0.58 0 0.20
HSL 272.03º 0.53% 0.56% -
HSV(B) 272.03º 0.58% 0.8% -
XYZ 26.24 17.1 58.42 -
YUV 117.29 176.37 149.91 -
System Red Green Blue C M Y K H S L
Decimal 148 85 203 0.27 0.58 0 0.20 272.03 0.53 0.56
Hex 94 55 CB 1B 3A 0 14 110 35 38
Octal 224 125 313 33 72 0 24 420 65 70
Binary 10010100 1010101 11001011 11011 111010 0 10100 100010000 110101 111000

Color Harmonies of #9455CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9455CB

Black with #9455CB

Text Example


Text Example

White with #9455CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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