Html Css Color HEX #9182C1 Cold Purple

📋 copy color: '#9182C1'

red 145 ◦ green 130 ◦ blue 193

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

Shades of Cold Purple #9182C1

Tints of Cold Purple #9182C1

RGB

 RED value IS 145 (57.03% from 255) = 30.98%

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

 BLUE value IS 193 (75.78% from 255) = 41.24%

R = 30.98%
G = 27.78%
B = 41.24%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9182C1 (or 0x9182C1) is known color: Cold Purple. HEX triplet: 91, 82 and C1. RGB value is (145,130,193). Sum of RGB (Red+Green+Blue) = 145+130+193=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #9182C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9182C1 is #6E7D3E. Grayscale: #8D8D8D. Windows color (decimal): -7241023 or 12681873. OLE color: 12681873.

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

Color convert

RGB 145 130 193 -
CMYK 0.25 0.33 0 0.24
HSL 254.29º 0.34% 0.63% -
HSV(B) 254.29º 0.33% 0.76% -
XYZ 29.29 25.84 53.9 -
YUV 141.67 156.97 130.38 -
System Red Green Blue C M Y K H S L
Decimal 145 130 193 0.25 0.33 0 0.24 254.29 0.34 0.63
Hex 91 82 C1 19 21 0 18 FE 22 3F
Octal 221 202 301 31 41 0 30 376 42 77
Binary 10010001 10000010 11000001 11001 100001 0 11000 11111110 100010 111111

Color Harmonies of #9182C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9182C1

Black with #9182C1

Text Example


Text Example

White with #9182C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9182C1; }

 p { color: rgb(145,130,193); }

 H1.HeaderClassName
 {
   color: #9182C1;
 }
 .AnyTagClassName
 {
   color: #9182C1;
 }
</style>

background-color css

<style>
 a { background-color: #9182C1; }

 a { background-color: rgb(145,130,193); }

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

border-color css

<style>
 span { border-color: #9182C1; }

 span { border-color: rgb(145,130,193); }

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