Html Css Color HEX #9482BD Cold Purple

📋 copy color: '#9482BD'

red 148 ◦ green 130 ◦ blue 189

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

Shades of Cold Purple #9482BD

Tints of Cold Purple #9482BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.47%

R = 31.69%
G = 27.84%
B = 40.47%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9482BD (or 0x9482BD) is known color: Cold Purple. HEX triplet: 94, 82 and BD. RGB value is (148,130,189). Sum of RGB (Red+Green+Blue) = 148+130+189=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #9482BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9482BD is #6B7D42. Grayscale: #8D8D8D. Windows color (decimal): -7044419 or 12419732. OLE color: 12419732.

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

Color convert

RGB 148 130 189 -
CMYK 0.22 0.31 0 0.26
HSL 258.31º 0.31% 0.63% -
HSV(B) 258.31º 0.31% 0.74% -
XYZ 29.38 25.94 51.6 -
YUV 142.11 154.46 132.2 -
System Red Green Blue C M Y K H S L
Decimal 148 130 189 0.22 0.31 0 0.26 258.31 0.31 0.63
Hex 94 82 BD 16 1F 0 1A 102 1F 3F
Octal 224 202 275 26 37 0 32 402 37 77
Binary 10010100 10000010 10111101 10110 11111 0 11010 100000010 11111 111111

Color Harmonies of #9482BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9482BD

Black with #9482BD

Text Example


Text Example

White with #9482BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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