Html Css Color HEX #9D90C8 Cold Purple

📋 copy color: '#9D90C8'

red 157 ◦ green 144 ◦ blue 200

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

Shades of Cold Purple #9D90C8

Tints of Cold Purple #9D90C8

RGB

 RED value IS 157 (61.72% from 255) = 31.34%

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

 BLUE value IS 200 (78.52% from 255) = 39.92%

R = 31.34%
G = 28.74%
B = 39.92%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9D90C8 (or 0x9D90C8) is known color: Cold Purple. HEX triplet: 9D, 90 and C8. RGB value is (157,144,200). Sum of RGB (Red+Green+Blue) = 157+144+200=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 200 - color contains mainly: blue. Hex color #9D90C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D90C8 is #626F37. Grayscale: #9A9A9A. Windows color (decimal): -6451000 or 13144221. OLE color: 13144221.

HSL color Cylindrical-coordinate representation of color #9D90C8: hue angle of 253.93º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9D90C8 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 157 144 200 -
CMYK 0.22 0.28 0 0.22
HSL 253.93º 0.34% 0.67% -
HSV(B) 253.93º 0.28% 0.78% -
XYZ 34.3 31.28 58.87 -
YUV 154.27 153.81 129.95 -
System Red Green Blue C M Y K H S L
Decimal 157 144 200 0.22 0.28 0 0.22 253.93 0.34 0.67
Hex 9D 90 C8 16 1C 0 16 FE 22 43
Octal 235 220 310 26 34 0 26 376 42 103
Binary 10011101 10010000 11001000 10110 11100 0 10110 11111110 100010 1000011

Color Harmonies of #9D90C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D90C8

Black with #9D90C8

Text Example


Text Example

White with #9D90C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,144,200); }

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

background-color css

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

 a { background-color: rgb(157,144,200); }

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

border-color css

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

 span { border-color: rgb(157,144,200); }

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