Html Css Color HEX #9461CB Amethyst

📋 copy color: '#9461CB'

red 148 ◦ green 97 ◦ blue 203

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

Shades of Amethyst #9461CB

Tints of Amethyst #9461CB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.65%

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

R = 33.04%
G = 21.65%
B = 45.31%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9461CB (or 0x9461CB) is known color: Amethyst. HEX triplet: 94, 61 and CB. RGB value is (148,97,203). Sum of RGB (Red+Green+Blue) = 148+97+203=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #9461CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9461CB is #6B9E34. Grayscale: #7B7B7B. Windows color (decimal): -7052853 or 13328788. OLE color: 13328788.

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

Color convert

RGB 148 97 203 -
CMYK 0.27 0.52 0 0.20
HSL 268.87º 0.5% 0.59% -
HSV(B) 268.87º 0.52% 0.8% -
XYZ 27.27 19.16 58.76 -
YUV 124.33 172.4 144.88 -
System Red Green Blue C M Y K H S L
Decimal 148 97 203 0.27 0.52 0 0.20 268.87 0.5 0.59
Hex 94 61 CB 1B 34 0 14 10D 32 3B
Octal 224 141 313 33 64 0 24 415 62 73
Binary 10010100 1100001 11001011 11011 110100 0 10100 100001101 110010 111011

Color Harmonies of #9461CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9461CB

Black with #9461CB

Text Example


Text Example

White with #9461CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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