Html Css Color HEX #9380BF Cold Purple

📋 copy color: '#9380BF'

red 147 ◦ green 128 ◦ blue 191

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

Shades of Cold Purple #9380BF

Tints of Cold Purple #9380BF

RGB

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

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

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

R = 31.55%
G = 27.47%
B = 40.99%

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

#9380BF (or 0x9380BF) is known color: Cold Purple. HEX triplet: 93, 80 and BF. RGB value is (147,128,191). Sum of RGB (Red+Green+Blue) = 147+128+191=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #9380BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9380BF is #6C7F40. Grayscale: #8C8C8C. Windows color (decimal): -7110465 or 12550291. OLE color: 12550291.

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

Color convert

RGB 147 128 191 -
CMYK 0.23 0.33 0 0.25
HSL 258.1º 0.33% 0.63% -
HSV(B) 258.1º 0.33% 0.75% -
XYZ 29.16 25.4 52.66 -
YUV 140.86 156.29 132.38 -
System Red Green Blue C M Y K H S L
Decimal 147 128 191 0.23 0.33 0 0.25 258.1 0.33 0.63
Hex 93 80 BF 17 21 0 19 102 21 3F
Octal 223 200 277 27 41 0 31 402 41 77
Binary 10010011 10000000 10111111 10111 100001 0 11001 100000010 100001 111111

Color Harmonies of #9380BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9380BF

Black with #9380BF

Text Example


Text Example

White with #9380BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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