Html Css Color HEX #9481BB Cold Purple

📋 copy color: '#9481BB'

red 148 ◦ green 129 ◦ blue 187

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

Shades of Cold Purple #9481BB

Tints of Cold Purple #9481BB

RGB

 RED value IS 148 (58.2% from 255) = 31.9%

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

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

R = 31.9%
G = 27.8%
B = 40.3%

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

#9481BB (or 0x9481BB) is known color: Cold Purple. HEX triplet: 94, 81 and BB. RGB value is (148,129,187). Sum of RGB (Red+Green+Blue) = 148+129+187=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #9481BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9481BB is #6B7E44. Grayscale: #8D8D8D. Windows color (decimal): -7044677 or 12288404. OLE color: 12288404.

HSL color Cylindrical-coordinate representation of color #9481BB: hue angle of 259.66º 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 #9481BB is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 129 187 -
CMYK 0.21 0.31 0 0.27
HSL 259.66º 0.3% 0.62% -
HSV(B) 259.66º 0.31% 0.73% -
XYZ 29.03 25.58 50.42 -
YUV 141.29 153.79 132.78 -
System Red Green Blue C M Y K H S L
Decimal 148 129 187 0.21 0.31 0 0.27 259.66 0.3 0.62
Hex 94 81 BB 15 1F 0 1B 104 1E 3E
Octal 224 201 273 25 37 0 33 404 36 76
Binary 10010100 10000001 10111011 10101 11111 0 11011 100000100 11110 111110

Color Harmonies of #9481BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9481BB

Black with #9481BB

Text Example


Text Example

White with #9481BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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