Html Css Color HEX #9384BC Cold Purple

📋 copy color: '#9384BC'

red 147 ◦ green 132 ◦ blue 188

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

Shades of Cold Purple #9384BC

Tints of Cold Purple #9384BC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.27%

 BLUE value IS 188 (73.83% from 255) = 40.26%

R = 31.48%
G = 28.27%
B = 40.26%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9384BC (or 0x9384BC) is known color: Cold Purple. HEX triplet: 93, 84 and BC. RGB value is (147,132,188). Sum of RGB (Red+Green+Blue) = 147+132+188=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #9384BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9384BC is #6C7B43. Grayscale: #8E8E8E. Windows color (decimal): -7109444 or 12354707. OLE color: 12354707.

HSL color Cylindrical-coordinate representation of color #9384BC: hue angle of 256.07º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9384BC is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 132 188 -
CMYK 0.22 0.30 0 0.26
HSL 256.07º 0.29% 0.63% -
HSV(B) 256.07º 0.3% 0.74% -
XYZ 29.36 26.34 51.11 -
YUV 142.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 147 132 188 0.22 0.30 0 0.26 256.07 0.29 0.63
Hex 93 84 BC 16 1E 0 1A 100 1D 3F
Octal 223 204 274 26 36 0 32 400 35 77
Binary 10010011 10000100 10111100 10110 11110 0 11010 100000000 11101 111111

Color Harmonies of #9384BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9384BC

Black with #9384BC

Text Example


Text Example

White with #9384BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9384BC; }

 p { color: rgb(147,132,188); }

 H1.HeaderClassName
 {
   color: #9384BC;
 }
 .AnyTagClassName
 {
   color: #9384BC;
 }
</style>

background-color css

<style>
 a { background-color: #9384BC; }

 a { background-color: rgb(147,132,188); }

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

border-color css

<style>
 span { border-color: #9384BC; }

 span { border-color: rgb(147,132,188); }

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