Html Css Color HEX #9F90CA Cold Purple

📋 copy color: '#9F90CA'

red 159 ◦ green 144 ◦ blue 202

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

Shades of Cold Purple #9F90CA

Tints of Cold Purple #9F90CA

RGB

 RED value IS 159 (62.5% from 255) = 31.49%

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

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

R = 31.49%
G = 28.51%
B = 40%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9F90CA (or 0x9F90CA) is known color: Cold Purple. HEX triplet: 9F, 90 and CA. RGB value is (159,144,202). Sum of RGB (Red+Green+Blue) = 159+144+202=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F90CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F90CA is #606F35. Grayscale: #9A9A9A. Windows color (decimal): -6319926 or 13275295. OLE color: 13275295.

HSL color Cylindrical-coordinate representation of color #9F90CA: hue angle of 255.52º 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 #9F90CA is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 144 202 -
CMYK 0.21 0.29 0 0.21
HSL 255.52º 0.35% 0.68% -
HSV(B) 255.52º 0.29% 0.79% -
XYZ 34.93 31.58 60.13 -
YUV 155.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 159 144 202 0.21 0.29 0 0.21 255.52 0.35 0.68
Hex 9F 90 CA 15 1D 0 15 100 23 44
Octal 237 220 312 25 35 0 25 400 43 104
Binary 10011111 10010000 11001010 10101 11101 0 10101 100000000 100011 1000100

Color Harmonies of #9F90CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F90CA

Black with #9F90CA

Text Example


Text Example

White with #9F90CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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