Html Css Color HEX #9B67BE Amethyst

📋 copy color: '#9B67BE'

red 155 ◦ green 103 ◦ blue 190

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

Shades of Amethyst #9B67BE

Tints of Amethyst #9B67BE

RGB

 RED value IS 155 (60.94% from 255) = 34.6%

 GREEN value IS 103 (40.63% from 255) = 22.99%

 BLUE value IS 190 (74.61% from 255) = 42.41%

R = 34.6%
G = 22.99%
B = 42.41%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B67BE (or 0x9B67BE) is known color: Amethyst. HEX triplet: 9B, 67 and BE. RGB value is (155,103,190). Sum of RGB (Red+Green+Blue) = 155+103+190=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B67BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B67BE is #649841. Grayscale: #808080. Windows color (decimal): -6592578 or 12478363. OLE color: 12478363.

HSL color Cylindrical-coordinate representation of color #9B67BE: hue angle of 275.86º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B67BE is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 103 190 -
CMYK 0.18 0.46 0 0.25
HSL 275.86º 0.4% 0.57% -
HSV(B) 275.86º 0.46% 0.75% -
XYZ 27.66 20.39 51.19 -
YUV 128.47 162.73 146.93 -
System Red Green Blue C M Y K H S L
Decimal 155 103 190 0.18 0.46 0 0.25 275.86 0.4 0.57
Hex 9B 67 BE 12 2E 0 19 114 28 39
Octal 233 147 276 22 56 0 31 424 50 71
Binary 10011011 1100111 10111110 10010 101110 0 11001 100010100 101000 111001

Color Harmonies of #9B67BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B67BE

Black with #9B67BE

Text Example


Text Example

White with #9B67BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,103,190); }

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

background-color css

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

 a { background-color: rgb(155,103,190); }

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

border-color css

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

 span { border-color: rgb(155,103,190); }

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