Html Css Color HEX #9389C4 Cold Purple

📋 copy color: '#9389C4'

red 147 ◦ green 137 ◦ blue 196

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

Shades of Cold Purple #9389C4

Tints of Cold Purple #9389C4

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.54%

 BLUE value IS 196 (76.95% from 255) = 40.83%

R = 30.63%
G = 28.54%
B = 40.83%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9389C4 (or 0x9389C4) is known color: Cold Purple. HEX triplet: 93, 89 and C4. RGB value is (147,137,196). Sum of RGB (Red+Green+Blue) = 147+137+196=480 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.62% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 196 (76.95% from 255 or 40.83% from 480); Max value from RGB is 196 - color contains mainly: blue. Hex color #9389C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9389C4 is #6C763B. Grayscale: #929292. Windows color (decimal): -7108156 or 12880275. OLE color: 12880275.

HSL color Cylindrical-coordinate representation of color #9389C4: hue angle of 250.17º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9389C4 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 147 137 196 -
CMYK 0.25 0.30 0 0.23
HSL 250.17º 0.33% 0.65% -
HSV(B) 250.17º 0.3% 0.77% -
XYZ 30.94 28.08 56.01 -
YUV 146.72 155.81 128.2 -
System Red Green Blue C M Y K H S L
Decimal 147 137 196 0.25 0.30 0 0.23 250.17 0.33 0.65
Hex 93 89 C4 19 1E 0 17 FA 21 41
Octal 223 211 304 31 36 0 27 372 41 101
Binary 10010011 10001001 11000100 11001 11110 0 10111 11111010 100001 1000001

Color Harmonies of #9389C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9389C4

Black with #9389C4

Text Example


Text Example

White with #9389C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9389C4; }

 p { color: rgb(147,137,196); }

 H1.HeaderClassName
 {
   color: #9389C4;
 }
 .AnyTagClassName
 {
   color: #9389C4;
 }
</style>

background-color css

<style>
 a { background-color: #9389C4; }

 a { background-color: rgb(147,137,196); }

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

border-color css

<style>
 span { border-color: #9389C4; }

 span { border-color: rgb(147,137,196); }

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