#9283BE

Color #9283BE Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9283BE

Tints of Cold Purple #9283BE

Color information

#9283BE (or 0x9283BE) is unknown color: approx Cold Purple. HEX triplet: 92, 83 and BE. RGB value is (146,131,190). Sum of RGB (Red+Green+Blue) = 146+131+190=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #9283BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9283BE is #6D7C41. Grayscale: #8D8D8D. Windows color (decimal): -7175234 or 12485522. OLE color: 12485522.

HSL color Cylindrical-coordinate representation of color #9283BE: hue angle of 255.25º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9283BE is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB146131190-
CMYK0.230.3100.25
HSL255.25º31.22%62.94%-
HSV(B)255.25º31.05%74.51%-
XYZ29.2626.0652.2-
YUV142.21154.97130.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.26%
GREEN value IS 131 (51.56% from 255) = 28.05%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=31.26%
G=28.05%
B=40.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461311900.230.3100.25255.2531.2262.94
Hex9283BE171F019ff1f3f
Octal22220327627370313773777
Binary10010010100000111011111010111111110110011111111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9283BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9283BE; }

 p { color: rgb(146,131,190); }

 H1.HeaderClassName
 {
   color: #9283BE;
 }
 .AnyTagClassName
 {
   color: #9283BE;
 }
</style>
background-color css

<style>
 a { background-color: #9283BE; }

 a { background-color: rgb(146,131,190); }

 div.DivClassName
 {
   background-color: #9283BE;
 }
 .BgClassName
 {
   background-color: #9283BE;
 }
</style>
border-color css

<style>
 span { border-color: #9283BE; }

 span { border-color: rgb(146,131,190); }

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