Html Css Color HEX #9265CA Amethyst

📋 copy color: '#9265CA'

red 146 ◦ green 101 ◦ blue 202

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

Shades of Amethyst #9265CA

Tints of Amethyst #9265CA

RGB

 RED value IS 146 (57.42% from 255) = 32.52%

 GREEN value IS 101 (39.84% from 255) = 22.49%

 BLUE value IS 202 (79.3% from 255) = 44.99%

R = 32.52%
G = 22.49%
B = 44.99%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9265CA (or 0x9265CA) is known color: Amethyst. HEX triplet: 92, 65 and CA. RGB value is (146,101,202). Sum of RGB (Red+Green+Blue) = 146+101+202=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #9265CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9265CA is #6D9A35. Grayscale: #7D7D7D. Windows color (decimal): -7182902 or 13264274. OLE color: 13264274.

HSL color Cylindrical-coordinate representation of color #9265CA: hue angle of 266.73º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9265CA is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 146 101 202 -
CMYK 0.28 0.50 0 0.21
HSL 266.73º 0.49% 0.59% -
HSV(B) 266.73º 0.5% 0.79% -
XYZ 27.17 19.68 58.24 -
YUV 125.97 170.91 142.29 -
System Red Green Blue C M Y K H S L
Decimal 146 101 202 0.28 0.50 0 0.21 266.73 0.49 0.59
Hex 92 65 CA 1C 32 0 15 10B 31 3B
Octal 222 145 312 34 62 0 25 413 61 73
Binary 10010010 1100101 11001010 11100 110010 0 10101 100001011 110001 111011

Color Harmonies of #9265CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9265CA

Black with #9265CA

Text Example


Text Example

White with #9265CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9265CA; }

 p { color: rgb(146,101,202); }

 H1.HeaderClassName
 {
   color: #9265CA;
 }
 .AnyTagClassName
 {
   color: #9265CA;
 }
</style>

background-color css

<style>
 a { background-color: #9265CA; }

 a { background-color: rgb(146,101,202); }

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

border-color css

<style>
 span { border-color: #9265CA; }

 span { border-color: rgb(146,101,202); }

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