Html Css Color HEX #9890C2 Cold Purple

📋 copy color: '#9890C2'

red 152 ◦ green 144 ◦ blue 194

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

Shades of Cold Purple #9890C2

Tints of Cold Purple #9890C2

RGB

 RED value IS 152 (59.77% from 255) = 31.02%

 GREEN value IS 144 (56.64% from 255) = 29.39%

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

R = 31.02%
G = 29.39%
B = 39.59%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9890C2 (or 0x9890C2) is known color: Cold Purple. HEX triplet: 98, 90 and C2. RGB value is (152,144,194). Sum of RGB (Red+Green+Blue) = 152+144+194=490 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.02% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 194 - color contains mainly: blue. Hex color #9890C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9890C2 is #676F3D. Grayscale: #979797. Windows color (decimal): -6778686 or 12751000. OLE color: 12751000.

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

Color convert

RGB 152 144 194 -
CMYK 0.22 0.26 0 0.24
HSL 249.6º 0.29% 0.66% -
HSV(B) 249.6º 0.26% 0.76% -
XYZ 32.66 30.52 55.21 -
YUV 152.09 151.65 127.93 -
System Red Green Blue C M Y K H S L
Decimal 152 144 194 0.22 0.26 0 0.24 249.6 0.29 0.66
Hex 98 90 C2 16 1A 0 18 FA 1D 42
Octal 230 220 302 26 32 0 30 372 35 102
Binary 10011000 10010000 11000010 10110 11010 0 11000 11111010 11101 1000010

Color Harmonies of #9890C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9890C2

Black with #9890C2

Text Example


Text Example

White with #9890C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,144,194); }

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

background-color css

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

 a { background-color: rgb(152,144,194); }

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

border-color css

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

 span { border-color: rgb(152,144,194); }

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