Html Css Color HEX #9382BA Cold Purple

📋 copy color: '#9382BA'

red 147 ◦ green 130 ◦ blue 186

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

Shades of Cold Purple #9382BA

Tints of Cold Purple #9382BA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.08%

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

R = 31.75%
G = 28.08%
B = 40.17%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9382BA (or 0x9382BA) is known color: Cold Purple. HEX triplet: 93, 82 and BA. RGB value is (147,130,186). Sum of RGB (Red+Green+Blue) = 147+130+186=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #9382BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9382BA is #6C7D45. Grayscale: #8D8D8D. Windows color (decimal): -7109958 or 12223123. OLE color: 12223123.

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

Color convert

RGB 147 130 186 -
CMYK 0.21 0.30 0 0.27
HSL 258.21º 0.29% 0.62% -
HSV(B) 258.21º 0.3% 0.73% -
XYZ 28.88 25.71 49.9 -
YUV 141.47 153.13 131.95 -
System Red Green Blue C M Y K H S L
Decimal 147 130 186 0.21 0.30 0 0.27 258.21 0.29 0.62
Hex 93 82 BA 15 1E 0 1B 102 1D 3E
Octal 223 202 272 25 36 0 33 402 35 76
Binary 10010011 10000010 10111010 10101 11110 0 11011 100000010 11101 111110

Color Harmonies of #9382BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9382BA

Black with #9382BA

Text Example


Text Example

White with #9382BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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