Html Css Color HEX #9482B9 Cold Purple

📋 copy color: '#9482B9'

red 148 ◦ green 130 ◦ blue 185

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

Shades of Cold Purple #9482B9

Tints of Cold Purple #9482B9

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.08%

 BLUE value IS 185 (72.66% from 255) = 39.96%

R = 31.97%
G = 28.08%
B = 39.96%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9482B9 (or 0x9482B9) is known color: Cold Purple. HEX triplet: 94, 82 and B9. RGB value is (148,130,185). Sum of RGB (Red+Green+Blue) = 148+130+185=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 185 - color contains mainly: blue. Hex color #9482B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9482B9 is #6B7D46. Grayscale: #8D8D8D. Windows color (decimal): -7044423 or 12157588. OLE color: 12157588.

HSL color Cylindrical-coordinate representation of color #9482B9: hue angle of 259.64º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9482B9 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 130 185 -
CMYK 0.20 0.30 0 0.27
HSL 259.64º 0.28% 0.62% -
HSV(B) 259.64º 0.3% 0.73% -
XYZ 28.95 25.76 49.35 -
YUV 141.65 152.46 132.53 -
System Red Green Blue C M Y K H S L
Decimal 148 130 185 0.20 0.30 0 0.27 259.64 0.28 0.62
Hex 94 82 B9 14 1E 0 1B 104 1C 3E
Octal 224 202 271 24 36 0 33 404 34 76
Binary 10010100 10000010 10111001 10100 11110 0 11011 100000100 11100 111110

Color Harmonies of #9482B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9482B9

Black with #9482B9

Text Example


Text Example

White with #9482B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9482B9; }

 p { color: rgb(148,130,185); }

 H1.HeaderClassName
 {
   color: #9482B9;
 }
 .AnyTagClassName
 {
   color: #9482B9;
 }
</style>

background-color css

<style>
 a { background-color: #9482B9; }

 a { background-color: rgb(148,130,185); }

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

border-color css

<style>
 span { border-color: #9482B9; }

 span { border-color: rgb(148,130,185); }

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