#9483BF

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

Shades of Cold Purple #9483BF

Tints of Cold Purple #9483BF

Color information

#9483BF (or 0x9483BF) is unknown color: approx Cold Purple. HEX triplet: 94, 83 and BF. RGB value is (148,131,191). Sum of RGB (Red+Green+Blue) = 148+131+191=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #9483BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9483BF is #6B7C40. Grayscale: #8E8E8E. Windows color (decimal): -7044161 or 12551060. OLE color: 12551060.

HSL color Cylindrical-coordinate representation of color #9483BF: hue angle of 257º degrees, saturation: 0.32, 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 #9483BF is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB148131191-
CMYK0.230.3100.25
HSL257º31.91%63.14%-
HSV(B)257º31.41%74.9%-
XYZ29.7326.2952.8-
YUV142.92155.13131.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.49%
GREEN value IS 131 (51.56% from 255) = 27.87%
BLUE value IS 191 (75% from 255) = 40.64%
R=31.49%
G=27.87%
B=40.64%

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
Decimal1481311910.230.3100.2525731.9163.14
Hex9483BF171F019101203f
Octal22420327727370314014077
Binary1001010010000011101111111011111111011001100000001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9483BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9483BF; }

 p { color: rgb(148,131,191); }

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

<style>
 a { background-color: #9483BF; }

 a { background-color: rgb(148,131,191); }

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

<style>
 span { border-color: #9483BF; }

 span { border-color: rgb(148,131,191); }

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