Html Css Color HEX #9388BA Cold Purple

📋 copy color: '#9388BA'

red 147 ◦ green 136 ◦ blue 186

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

Shades of Cold Purple #9388BA

Tints of Cold Purple #9388BA

RGB

 RED value IS 147 (57.81% from 255) = 31.34%

 GREEN value IS 136 (53.52% from 255) = 29%

 BLUE value IS 186 (73.05% from 255) = 39.66%

R = 31.34%
G = 29%
B = 39.66%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9388BA (or 0x9388BA) is known color: Cold Purple. HEX triplet: 93, 88 and BA. RGB value is (147,136,186). Sum of RGB (Red+Green+Blue) = 147+136+186=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #9388BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9388BA is #6C7745. Grayscale: #909090. Windows color (decimal): -7108422 or 12224659. OLE color: 12224659.

HSL color Cylindrical-coordinate representation of color #9388BA: hue angle of 253.2º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9388BA is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 136 186 -
CMYK 0.21 0.27 0 0.27
HSL 253.2º 0.27% 0.63% -
HSV(B) 253.2º 0.27% 0.73% -
XYZ 29.7 27.36 50.17 -
YUV 144.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 147 136 186 0.21 0.27 0 0.27 253.2 0.27 0.63
Hex 93 88 BA 15 1B 0 1B FD 1B 3F
Octal 223 210 272 25 33 0 33 375 33 77
Binary 10010011 10001000 10111010 10101 11011 0 11011 11111101 11011 111111

Color Harmonies of #9388BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9388BA

Black with #9388BA

Text Example


Text Example

White with #9388BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9388BA; }

 p { color: rgb(147,136,186); }

 H1.HeaderClassName
 {
   color: #9388BA;
 }
 .AnyTagClassName
 {
   color: #9388BA;
 }
</style>

background-color css

<style>
 a { background-color: #9388BA; }

 a { background-color: rgb(147,136,186); }

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

border-color css

<style>
 span { border-color: #9388BA; }

 span { border-color: rgb(147,136,186); }

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