Html Css Color HEX #9482C2 Cold Purple

📋 copy color: '#9482C2'

red 148 ◦ green 130 ◦ blue 194

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

Shades of Cold Purple #9482C2

Tints of Cold Purple #9482C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.1%

R = 31.36%
G = 27.54%
B = 41.1%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9482C2 (or 0x9482C2) is known color: Cold Purple. HEX triplet: 94, 82 and C2. RGB value is (148,130,194). Sum of RGB (Red+Green+Blue) = 148+130+194=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 194 - color contains mainly: blue. Hex color #9482C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9482C2 is #6B7D3D. Grayscale: #8E8E8E. Windows color (decimal): -7044414 or 12747412. OLE color: 12747412.

HSL color Cylindrical-coordinate representation of color #9482C2: hue angle of 256.88º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9482C2 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 130 194 -
CMYK 0.24 0.33 0 0.24
HSL 256.88º 0.34% 0.64% -
HSV(B) 256.88º 0.33% 0.76% -
XYZ 29.93 26.16 54.51 -
YUV 142.68 156.96 131.8 -
System Red Green Blue C M Y K H S L
Decimal 148 130 194 0.24 0.33 0 0.24 256.88 0.34 0.64
Hex 94 82 C2 18 21 0 18 101 22 40
Octal 224 202 302 30 41 0 30 401 42 100
Binary 10010100 10000010 11000010 11000 100001 0 11000 100000001 100010 1000000

Color Harmonies of #9482C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9482C2

Black with #9482C2

Text Example


Text Example

White with #9482C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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