Html Css Color HEX #9481BC Cold Purple

📋 copy color: '#9481BC'

red 148 ◦ green 129 ◦ blue 188

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

Shades of Cold Purple #9481BC

Tints of Cold Purple #9481BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.43%

R = 31.83%
G = 27.74%
B = 40.43%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9481BC (or 0x9481BC) is known color: Cold Purple. HEX triplet: 94, 81 and BC. RGB value is (148,129,188). Sum of RGB (Red+Green+Blue) = 148+129+188=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #9481BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9481BC is #6B7E43. Grayscale: #8D8D8D. Windows color (decimal): -7044676 or 12353940. OLE color: 12353940.

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

Color convert

RGB 148 129 188 -
CMYK 0.21 0.31 0 0.26
HSL 259.32º 0.31% 0.62% -
HSV(B) 259.32º 0.31% 0.74% -
XYZ 29.14 25.63 50.99 -
YUV 141.41 154.29 132.7 -
System Red Green Blue C M Y K H S L
Decimal 148 129 188 0.21 0.31 0 0.26 259.32 0.31 0.62
Hex 94 81 BC 15 1F 0 1A 103 1F 3E
Octal 224 201 274 25 37 0 32 403 37 76
Binary 10010100 10000001 10111100 10101 11111 0 11010 100000011 11111 111110

Color Harmonies of #9481BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9481BC

Black with #9481BC

Text Example


Text Example

White with #9481BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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