Html Css Color HEX #9C90CA Cold Purple

📋 copy color: '#9C90CA'

red 156 ◦ green 144 ◦ blue 202

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

Shades of Cold Purple #9C90CA

Tints of Cold Purple #9C90CA

RGB

 RED value IS 156 (61.33% from 255) = 31.08%

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

 BLUE value IS 202 (79.3% from 255) = 40.24%

R = 31.08%
G = 28.69%
B = 40.24%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9C90CA (or 0x9C90CA) is known color: Cold Purple. HEX triplet: 9C, 90 and CA. RGB value is (156,144,202). Sum of RGB (Red+Green+Blue) = 156+144+202=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C90CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C90CA is #636F35. Grayscale: #999999. Windows color (decimal): -6516534 or 13275292. OLE color: 13275292.

HSL color Cylindrical-coordinate representation of color #9C90CA: hue angle of 252.41º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C90CA is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 156 144 202 -
CMYK 0.23 0.29 0 0.21
HSL 252.41º 0.35% 0.68% -
HSV(B) 252.41º 0.29% 0.79% -
XYZ 34.34 31.28 60.1 -
YUV 154.2 154.98 129.28 -
System Red Green Blue C M Y K H S L
Decimal 156 144 202 0.23 0.29 0 0.21 252.41 0.35 0.68
Hex 9C 90 CA 17 1D 0 15 FC 23 44
Octal 234 220 312 27 35 0 25 374 43 104
Binary 10011100 10010000 11001010 10111 11101 0 10101 11111100 100011 1000100

Color Harmonies of #9C90CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C90CA

Black with #9C90CA

Text Example


Text Example

White with #9C90CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C90CA; }

 p { color: rgb(156,144,202); }

 H1.HeaderClassName
 {
   color: #9C90CA;
 }
 .AnyTagClassName
 {
   color: #9C90CA;
 }
</style>

background-color css

<style>
 a { background-color: #9C90CA; }

 a { background-color: rgb(156,144,202); }

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

border-color css

<style>
 span { border-color: #9C90CA; }

 span { border-color: rgb(156,144,202); }

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