Html Css Color HEX #9E6BCF Amethyst

📋 copy color: '#9E6BCF'

red 158 ◦ green 107 ◦ blue 207

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

Shades of Amethyst #9E6BCF

Tints of Amethyst #9E6BCF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.67%

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

R = 33.47%
G = 22.67%
B = 43.86%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E6BCF (or 0x9E6BCF) is known color: Amethyst. HEX triplet: 9E, 6B and CF. RGB value is (158,107,207). Sum of RGB (Red+Green+Blue) = 158+107+207=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E6BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6BCF is #619430. Grayscale: #858585. Windows color (decimal): -6394929 or 13593502. OLE color: 13593502.

HSL color Cylindrical-coordinate representation of color #9E6BCF: hue angle of 270.6º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E6BCF is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 107 207 -
CMYK 0.24 0.48 0 0.19
HSL 270.6º 0.51% 0.62% -
HSV(B) 270.6º 0.48% 0.81% -
XYZ 30.62 22.29 61.72 -
YUV 133.65 169.4 145.37 -
System Red Green Blue C M Y K H S L
Decimal 158 107 207 0.24 0.48 0 0.19 270.6 0.51 0.62
Hex 9E 6B CF 18 30 0 13 10F 33 3E
Octal 236 153 317 30 60 0 23 417 63 76
Binary 10011110 1101011 11001111 11000 110000 0 10011 100001111 110011 111110

Color Harmonies of #9E6BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6BCF

Black with #9E6BCF

Text Example


Text Example

White with #9E6BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,107,207); }

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

background-color css

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

 a { background-color: rgb(158,107,207); }

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

border-color css

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

 span { border-color: rgb(158,107,207); }

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