Html Css Color HEX #9384BF Cold Purple

📋 copy color: '#9384BF'

red 147 ◦ green 132 ◦ blue 191

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

Shades of Cold Purple #9384BF

Tints of Cold Purple #9384BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.64%

R = 31.28%
G = 28.09%
B = 40.64%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9384BF (or 0x9384BF) is known color: Cold Purple. HEX triplet: 93, 84 and BF. RGB value is (147,132,191). Sum of RGB (Red+Green+Blue) = 147+132+191=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 132 (51.95% from 255 or 28.09% 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 #9384BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9384BF is #6C7B40. Grayscale: #8E8E8E. Windows color (decimal): -7109441 or 12551315. OLE color: 12551315.

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

Color convert

RGB 147 132 191 -
CMYK 0.23 0.31 0 0.25
HSL 255.25º 0.32% 0.63% -
HSV(B) 255.25º 0.31% 0.75% -
XYZ 29.69 26.47 52.83 -
YUV 143.21 154.97 130.7 -
System Red Green Blue C M Y K H S L
Decimal 147 132 191 0.23 0.31 0 0.25 255.25 0.32 0.63
Hex 93 84 BF 17 1F 0 19 FF 20 3F
Octal 223 204 277 27 37 0 31 377 40 77
Binary 10010011 10000100 10111111 10111 11111 0 11001 11111111 100000 111111

Color Harmonies of #9384BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9384BF

Black with #9384BF

Text Example


Text Example

White with #9384BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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