Html Css Color HEX #9252CF Amethyst

📋 copy color: '#9252CF'

red 146 ◦ green 82 ◦ blue 207

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

Shades of Amethyst #9252CF

Tints of Amethyst #9252CF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.85%

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

R = 33.56%
G = 18.85%
B = 47.59%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9252CF (or 0x9252CF) is known color: Amethyst. HEX triplet: 92, 52 and CF. RGB value is (146,82,207). Sum of RGB (Red+Green+Blue) = 146+82+207=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #9252CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9252CF is #6DAD30. Grayscale: #727272. Windows color (decimal): -7187761 or 13587090. OLE color: 13587090.

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

Color convert

RGB 146 82 207 -
CMYK 0.29 0.60 0 0.19
HSL 270.72º 0.57% 0.57% -
HSV(B) 270.72º 0.6% 0.81% -
XYZ 26.13 16.65 60.87 -
YUV 115.39 179.7 149.84 -
System Red Green Blue C M Y K H S L
Decimal 146 82 207 0.29 0.60 0 0.19 270.72 0.57 0.57
Hex 92 52 CF 1D 3C 0 13 10F 39 39
Octal 222 122 317 35 74 0 23 417 71 71
Binary 10010010 1010010 11001111 11101 111100 0 10011 100001111 111001 111001

Color Harmonies of #9252CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9252CF

Black with #9252CF

Text Example


Text Example

White with #9252CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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