Html Css Color HEX #9263CF Amethyst

📋 copy color: '#9263CF'

red 146 ◦ green 99 ◦ blue 207

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

Shades of Amethyst #9263CF

Tints of Amethyst #9263CF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.9%

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

R = 32.3%
G = 21.9%
B = 45.8%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9263CF (or 0x9263CF) is known color: Amethyst. HEX triplet: 92, 63 and CF. RGB value is (146,99,207). Sum of RGB (Red+Green+Blue) = 146+99+207=452 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.30% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #9263CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9263CF is #6D9C30. Grayscale: #7C7C7C. Windows color (decimal): -7183409 or 13591442. OLE color: 13591442.

HSL color Cylindrical-coordinate representation of color #9263CF: hue angle of 266.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9263CF is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 146 99 207 -
CMYK 0.29 0.52 0 0.19
HSL 266.11º 0.53% 0.6% -
HSV(B) 266.11º 0.52% 0.81% -
XYZ 27.58 19.54 61.35 -
YUV 125.37 174.07 142.72 -
System Red Green Blue C M Y K H S L
Decimal 146 99 207 0.29 0.52 0 0.19 266.11 0.53 0.6
Hex 92 63 CF 1D 34 0 13 10A 35 3C
Octal 222 143 317 35 64 0 23 412 65 74
Binary 10010010 1100011 11001111 11101 110100 0 10011 100001010 110101 111100

Color Harmonies of #9263CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9263CF

Black with #9263CF

Text Example


Text Example

White with #9263CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9263CF; }

 p { color: rgb(146,99,207); }

 H1.HeaderClassName
 {
   color: #9263CF;
 }
 .AnyTagClassName
 {
   color: #9263CF;
 }
</style>

background-color css

<style>
 a { background-color: #9263CF; }

 a { background-color: rgb(146,99,207); }

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

border-color css

<style>
 span { border-color: #9263CF; }

 span { border-color: rgb(146,99,207); }

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