Html Css Color HEX #9381BD Cold Purple

📋 copy color: '#9381BD'

red 147 ◦ green 129 ◦ blue 189

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

Shades of Cold Purple #9381BD

Tints of Cold Purple #9381BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.65%

R = 31.61%
G = 27.74%
B = 40.65%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9381BD (or 0x9381BD) is known color: Cold Purple. HEX triplet: 93, 81 and BD. RGB value is (147,129,189). Sum of RGB (Red+Green+Blue) = 147+129+189=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #9381BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9381BD is #6C7E42. Grayscale: #8D8D8D. Windows color (decimal): -7110211 or 12419475. OLE color: 12419475.

HSL color Cylindrical-coordinate representation of color #9381BD: hue angle of 258º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9381BD is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 129 189 -
CMYK 0.22 0.32 0 0.26
HSL 258º 0.31% 0.62% -
HSV(B) 258º 0.32% 0.74% -
XYZ 29.07 25.58 51.55 -
YUV 141.22 154.96 132.12 -
System Red Green Blue C M Y K H S L
Decimal 147 129 189 0.22 0.32 0 0.26 258 0.31 0.62
Hex 93 81 BD 16 20 0 1A 102 1F 3E
Octal 223 201 275 26 40 0 32 402 37 76
Binary 10010011 10000001 10111101 10110 100000 0 11010 100000010 11111 111110

Color Harmonies of #9381BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9381BD

Black with #9381BD

Text Example


Text Example

White with #9381BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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