Html Css Color HEX #9E5CCB Amethyst

📋 copy color: '#9E5CCB'

red 158 ◦ green 92 ◦ blue 203

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

Shades of Amethyst #9E5CCB

Tints of Amethyst #9E5CCB

RGB

 RED value IS 158 (62.11% from 255) = 34.88%

 GREEN value IS 92 (36.33% from 255) = 20.31%

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

R = 34.88%
G = 20.31%
B = 44.81%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E5CCB (or 0x9E5CCB) is known color: Amethyst. HEX triplet: 9E, 5C and CB. RGB value is (158,92,203). Sum of RGB (Red+Green+Blue) = 158+92+203=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E5CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5CCB is #61A334. Grayscale: #7C7C7C. Windows color (decimal): -6398773 or 13327518. OLE color: 13327518.

HSL color Cylindrical-coordinate representation of color #9E5CCB: hue angle of 275.68º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E5CCB is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 92 203 -
CMYK 0.22 0.55 0 0.20
HSL 275.68º 0.52% 0.58% -
HSV(B) 275.68º 0.55% 0.8% -
XYZ 28.71 19.24 58.7 -
YUV 124.39 172.37 151.97 -
System Red Green Blue C M Y K H S L
Decimal 158 92 203 0.22 0.55 0 0.20 275.68 0.52 0.58
Hex 9E 5C CB 16 37 0 14 114 34 3A
Octal 236 134 313 26 67 0 24 424 64 72
Binary 10011110 1011100 11001011 10110 110111 0 10100 100010100 110100 111010

Color Harmonies of #9E5CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5CCB

Black with #9E5CCB

Text Example


Text Example

White with #9E5CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E5CCB; }

 p { color: rgb(158,92,203); }

 H1.HeaderClassName
 {
   color: #9E5CCB;
 }
 .AnyTagClassName
 {
   color: #9E5CCB;
 }
</style>

background-color css

<style>
 a { background-color: #9E5CCB; }

 a { background-color: rgb(158,92,203); }

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

border-color css

<style>
 span { border-color: #9E5CCB; }

 span { border-color: rgb(158,92,203); }

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