Html Css Color HEX #9489BE Cold Purple

📋 copy color: '#9489BE'

red 148 ◦ green 137 ◦ blue 190

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

Shades of Cold Purple #9489BE

Tints of Cold Purple #9489BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40%

R = 31.16%
G = 28.84%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9489BE (or 0x9489BE) is known color: Cold Purple. HEX triplet: 94, 89 and BE. RGB value is (148,137,190). Sum of RGB (Red+Green+Blue) = 148+137+190=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #9489BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9489BE is #6B7641. Grayscale: #929292. Windows color (decimal): -7042626 or 12487060. OLE color: 12487060.

HSL color Cylindrical-coordinate representation of color #9489BE: hue angle of 252.45º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9489BE is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 137 190 -
CMYK 0.22 0.28 0 0.25
HSL 252.45º 0.29% 0.64% -
HSV(B) 252.45º 0.28% 0.75% -
XYZ 30.45 27.9 52.5 -
YUV 146.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 148 137 190 0.22 0.28 0 0.25 252.45 0.29 0.64
Hex 94 89 BE 16 1C 0 19 FC 1D 40
Octal 224 211 276 26 34 0 31 374 35 100
Binary 10010100 10001001 10111110 10110 11100 0 11001 11111100 11101 1000000

Color Harmonies of #9489BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9489BE

Black with #9489BE

Text Example


Text Example

White with #9489BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9489BE; }

 p { color: rgb(148,137,190); }

 H1.HeaderClassName
 {
   color: #9489BE;
 }
 .AnyTagClassName
 {
   color: #9489BE;
 }
</style>

background-color css

<style>
 a { background-color: #9489BE; }

 a { background-color: rgb(148,137,190); }

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

border-color css

<style>
 span { border-color: #9489BE; }

 span { border-color: rgb(148,137,190); }

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