Html Css Color HEX #9381BB Cold Purple

📋 copy color: '#9381BB'

red 147 ◦ green 129 ◦ blue 187

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

Shades of Cold Purple #9381BB

Tints of Cold Purple #9381BB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.86%

 BLUE value IS 187 (73.44% from 255) = 40.39%

R = 31.75%
G = 27.86%
B = 40.39%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9381BB (or 0x9381BB) is known color: Cold Purple. HEX triplet: 93, 81 and BB. RGB value is (147,129,187). Sum of RGB (Red+Green+Blue) = 147+129+187=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #9381BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9381BB is #6C7E44. Grayscale: #8C8C8C. Windows color (decimal): -7110213 or 12288403. OLE color: 12288403.

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

Color convert

RGB 147 129 187 -
CMYK 0.21 0.31 0 0.27
HSL 258.62º 0.3% 0.62% -
HSV(B) 258.62º 0.31% 0.73% -
XYZ 28.85 25.49 50.41 -
YUV 140.99 153.96 132.28 -
System Red Green Blue C M Y K H S L
Decimal 147 129 187 0.21 0.31 0 0.27 258.62 0.3 0.62
Hex 93 81 BB 15 1F 0 1B 103 1E 3E
Octal 223 201 273 25 37 0 33 403 36 76
Binary 10010011 10000001 10111011 10101 11111 0 11011 100000011 11110 111110

Color Harmonies of #9381BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9381BB

Black with #9381BB

Text Example


Text Example

White with #9381BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9381BB; }

 p { color: rgb(147,129,187); }

 H1.HeaderClassName
 {
   color: #9381BB;
 }
 .AnyTagClassName
 {
   color: #9381BB;
 }
</style>

background-color css

<style>
 a { background-color: #9381BB; }

 a { background-color: rgb(147,129,187); }

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

border-color css

<style>
 span { border-color: #9381BB; }

 span { border-color: rgb(147,129,187); }

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