Html Css Color HEX #9482BB Cold Purple

📋 copy color: '#9482BB'

red 148 ◦ green 130 ◦ blue 187

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

Shades of Cold Purple #9482BB

Tints of Cold Purple #9482BB

RGB

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

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

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

R = 31.83%
G = 27.96%
B = 40.22%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9482BB (or 0x9482BB) is known color: Cold Purple. HEX triplet: 94, 82 and BB. RGB value is (148,130,187). Sum of RGB (Red+Green+Blue) = 148+130+187=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #9482BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9482BB is #6B7D44. Grayscale: #8D8D8D. Windows color (decimal): -7044421 or 12288660. OLE color: 12288660.

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

Color convert

RGB 148 130 187 -
CMYK 0.21 0.30 0 0.27
HSL 258.95º 0.3% 0.62% -
HSV(B) 258.95º 0.3% 0.73% -
XYZ 29.17 25.85 50.47 -
YUV 141.88 153.46 132.37 -
System Red Green Blue C M Y K H S L
Decimal 148 130 187 0.21 0.30 0 0.27 258.95 0.3 0.62
Hex 94 82 BB 15 1E 0 1B 103 1E 3E
Octal 224 202 273 25 36 0 33 403 36 76
Binary 10010100 10000010 10111011 10101 11110 0 11011 100000011 11110 111110

Color Harmonies of #9482BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9482BB

Black with #9482BB

Text Example


Text Example

White with #9482BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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