Html Css Color HEX #9255CF Amethyst

📋 copy color: '#9255CF'

red 146 ◦ green 85 ◦ blue 207

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

Shades of Amethyst #9255CF

Tints of Amethyst #9255CF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.41%

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

R = 33.33%
G = 19.41%
B = 47.26%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9255CF (or 0x9255CF) is known color: Amethyst. HEX triplet: 92, 55 and CF. RGB value is (146,85,207). Sum of RGB (Red+Green+Blue) = 146+85+207=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #9255CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9255CF is #6DAA30. Grayscale: #747474. Windows color (decimal): -7186993 or 13587858. OLE color: 13587858.

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

Color convert

RGB 146 85 207 -
CMYK 0.29 0.59 0 0.19
HSL 270º 0.56% 0.57% -
HSV(B) 270º 0.59% 0.81% -
XYZ 26.37 17.11 60.95 -
YUV 117.15 178.71 148.58 -
System Red Green Blue C M Y K H S L
Decimal 146 85 207 0.29 0.59 0 0.19 270 0.56 0.57
Hex 92 55 CF 1D 3B 0 13 10E 38 39
Octal 222 125 317 35 73 0 23 416 70 71
Binary 10010010 1010101 11001111 11101 111011 0 10011 100001110 111000 111001

Color Harmonies of #9255CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9255CF

Black with #9255CF

Text Example


Text Example

White with #9255CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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