#9B93C1

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

Shades of Cold Purple #9B93C1

Tints of Cold Purple #9B93C1

Color information

#9B93C1 (or 0x9B93C1) is unknown color: approx Cold Purple. HEX triplet: 9B, 93 and C1. RGB value is (155,147,193). Sum of RGB (Red+Green+Blue) = 155+147+193=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #9B93C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B93C1 is #646C3E. Grayscale: #9A9A9A. Windows color (decimal): -6581311 or 12686235. OLE color: 12686235.

HSL color Cylindrical-coordinate representation of color #9B93C1: hue angle of 250.43º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B93C1 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB155147193-
CMYK0.200.2400.24
HSL250.43º27.06%66.67%-
HSV(B)250.43º23.83%75.69%-
XYZ33.5831.6954.8-
YUV154.64149.65128.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.31%
GREEN value IS 147 (57.81% from 255) = 29.70%
BLUE value IS 193 (75.78% from 255) = 38.99%
R=31.31%
G=29.70%
B=38.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551471930.200.2400.24250.4327.0666.67
Hex9B93C11418018fa1b43
Octal233223301243003037233103
Binary100110111001001111000001101001100001100011111010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B93C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B93C1; }

 p { color: rgb(155,147,193); }

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

<style>
 a { background-color: #9B93C1; }

 a { background-color: rgb(155,147,193); }

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

<style>
 span { border-color: #9B93C1; }

 span { border-color: rgb(155,147,193); }

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