Html Css Color HEX #9380BE Cold Purple

📋 copy color: '#9380BE'

red 147 ◦ green 128 ◦ blue 190

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

Shades of Cold Purple #9380BE

Tints of Cold Purple #9380BE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.53%

 BLUE value IS 190 (74.61% from 255) = 40.86%

R = 31.61%
G = 27.53%
B = 40.86%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9380BE (or 0x9380BE) is known color: Cold Purple. HEX triplet: 93, 80 and BE. RGB value is (147,128,190). Sum of RGB (Red+Green+Blue) = 147+128+190=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #9380BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9380BE is #6C7F41. Grayscale: #8C8C8C. Windows color (decimal): -7110466 or 12484755. OLE color: 12484755.

HSL color Cylindrical-coordinate representation of color #9380BE: hue angle of 258.39º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9380BE is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 128 190 -
CMYK 0.23 0.33 0 0.25
HSL 258.39º 0.32% 0.62% -
HSV(B) 258.39º 0.33% 0.75% -
XYZ 29.05 25.36 52.08 -
YUV 140.75 155.79 132.46 -
System Red Green Blue C M Y K H S L
Decimal 147 128 190 0.23 0.33 0 0.25 258.39 0.32 0.62
Hex 93 80 BE 17 21 0 19 102 20 3E
Octal 223 200 276 27 41 0 31 402 40 76
Binary 10010011 10000000 10111110 10111 100001 0 11001 100000010 100000 111110

Color Harmonies of #9380BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9380BE

Black with #9380BE

Text Example


Text Example

White with #9380BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9380BE; }

 p { color: rgb(147,128,190); }

 H1.HeaderClassName
 {
   color: #9380BE;
 }
 .AnyTagClassName
 {
   color: #9380BE;
 }
</style>

background-color css

<style>
 a { background-color: #9380BE; }

 a { background-color: rgb(147,128,190); }

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

border-color css

<style>
 span { border-color: #9380BE; }

 span { border-color: rgb(147,128,190); }

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