Html Css Color HEX #9B69C2 Amethyst

📋 copy color: '#9B69C2'

red 155 ◦ green 105 ◦ blue 194

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

Shades of Amethyst #9B69C2

Tints of Amethyst #9B69C2

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.13%

 BLUE value IS 194 (76.17% from 255) = 42.73%

R = 34.14%
G = 23.13%
B = 42.73%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9B69C2 (or 0x9B69C2) is known color: Amethyst. HEX triplet: 9B, 69 and C2. RGB value is (155,105,194). Sum of RGB (Red+Green+Blue) = 155+105+194=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 194 (76.17% from 255 or 42.73% from 454); Max value from RGB is 194 - color contains mainly: blue. Hex color #9B69C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B69C2 is #64963D. Grayscale: #818181. Windows color (decimal): -6592062 or 12741019. OLE color: 12741019.

HSL color Cylindrical-coordinate representation of color #9B69C2: hue angle of 273.71º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B69C2 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 105 194 -
CMYK 0.20 0.46 0 0.24
HSL 273.71º 0.42% 0.59% -
HSV(B) 273.71º 0.46% 0.76% -
XYZ 28.31 20.97 53.59 -
YUV 130.1 164.07 145.76 -
System Red Green Blue C M Y K H S L
Decimal 155 105 194 0.20 0.46 0 0.24 273.71 0.42 0.59
Hex 9B 69 C2 14 2E 0 18 112 2A 3B
Octal 233 151 302 24 56 0 30 422 52 73
Binary 10011011 1101001 11000010 10100 101110 0 11000 100010010 101010 111011

Color Harmonies of #9B69C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B69C2

Black with #9B69C2

Text Example


Text Example

White with #9B69C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,105,194); }

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

background-color css

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

 a { background-color: rgb(155,105,194); }

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

border-color css

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

 span { border-color: rgb(155,105,194); }

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