Html Css Color HEX #9289C2 Cold Purple

📋 copy color: '#9289C2'

red 146 ◦ green 137 ◦ blue 194

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

Shades of Cold Purple #9289C2

Tints of Cold Purple #9289C2

RGB

 RED value IS 146 (57.42% from 255) = 30.61%

 GREEN value IS 137 (53.91% from 255) = 28.72%

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

R = 30.61%
G = 28.72%
B = 40.67%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9289C2 (or 0x9289C2) is known color: Cold Purple. HEX triplet: 92, 89 and C2. RGB value is (146,137,194). Sum of RGB (Red+Green+Blue) = 146+137+194=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 194 - color contains mainly: blue. Hex color #9289C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9289C2 is #6D763D. Grayscale: #919191. Windows color (decimal): -7173694 or 12749202. OLE color: 12749202.

HSL color Cylindrical-coordinate representation of color #9289C2: hue angle of 249.47º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9289C2 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 146 137 194 -
CMYK 0.25 0.29 0 0.24
HSL 249.47º 0.32% 0.65% -
HSV(B) 249.47º 0.29% 0.76% -
XYZ 30.54 27.9 54.81 -
YUV 146.19 154.98 127.87 -
System Red Green Blue C M Y K H S L
Decimal 146 137 194 0.25 0.29 0 0.24 249.47 0.32 0.65
Hex 92 89 C2 19 1D 0 18 F9 20 41
Octal 222 211 302 31 35 0 30 371 40 101
Binary 10010010 10001001 11000010 11001 11101 0 11000 11111001 100000 1000001

Color Harmonies of #9289C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9289C2

Black with #9289C2

Text Example


Text Example

White with #9289C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,137,194); }

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

background-color css

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

 a { background-color: rgb(146,137,194); }

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

border-color css

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

 span { border-color: rgb(146,137,194); }

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