Html Css Color HEX #9481BF Cold Purple

📋 copy color: '#9481BF'

red 148 ◦ green 129 ◦ blue 191

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

Shades of Cold Purple #9481BF

Tints of Cold Purple #9481BF

RGB

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

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

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

R = 31.62%
G = 27.56%
B = 40.81%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9481BF (or 0x9481BF) is known color: Cold Purple. HEX triplet: 94, 81 and BF. RGB value is (148,129,191). Sum of RGB (Red+Green+Blue) = 148+129+191=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #9481BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9481BF is #6B7E40. Grayscale: #8D8D8D. Windows color (decimal): -7044673 or 12550548. OLE color: 12550548.

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

Color convert

RGB 148 129 191 -
CMYK 0.23 0.32 0 0.25
HSL 258.39º 0.33% 0.63% -
HSV(B) 258.39º 0.32% 0.75% -
XYZ 29.47 25.76 52.71 -
YUV 141.75 155.79 132.46 -
System Red Green Blue C M Y K H S L
Decimal 148 129 191 0.23 0.32 0 0.25 258.39 0.33 0.63
Hex 94 81 BF 17 20 0 19 102 21 3F
Octal 224 201 277 27 40 0 31 402 41 77
Binary 10010100 10000001 10111111 10111 100000 0 11001 100000010 100001 111111

Color Harmonies of #9481BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9481BF

Black with #9481BF

Text Example


Text Example

White with #9481BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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