Html Css Color HEX #9383BA Cold Purple

📋 copy color: '#9383BA'

red 147 ◦ green 131 ◦ blue 186

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

Shades of Cold Purple #9383BA

Tints of Cold Purple #9383BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.23%

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

R = 31.68%
G = 28.23%
B = 40.09%

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

#9383BA (or 0x9383BA) is known color: Cold Purple. HEX triplet: 93, 83 and BA. RGB value is (147,131,186). Sum of RGB (Red+Green+Blue) = 147+131+186=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #9383BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9383BA is #6C7C45. Grayscale: #8D8D8D. Windows color (decimal): -7109702 or 12223379. OLE color: 12223379.

HSL color Cylindrical-coordinate representation of color #9383BA: hue angle of 257.45º degrees, saturation: 0.28, 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 #9383BA is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 131 186 -
CMYK 0.21 0.30 0 0.27
HSL 257.45º 0.28% 0.62% -
HSV(B) 257.45º 0.3% 0.73% -
XYZ 29.01 25.98 49.94 -
YUV 142.05 152.8 131.53 -
System Red Green Blue C M Y K H S L
Decimal 147 131 186 0.21 0.30 0 0.27 257.45 0.28 0.62
Hex 93 83 BA 15 1E 0 1B 101 1C 3E
Octal 223 203 272 25 36 0 33 401 34 76
Binary 10010011 10000011 10111010 10101 11110 0 11011 100000001 11100 111110

Color Harmonies of #9383BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9383BA

Black with #9383BA

Text Example


Text Example

White with #9383BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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