Html Css Color HEX #9F93BE Cold Purple

📋 copy color: '#9F93BE'

red 159 ◦ green 147 ◦ blue 190

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

Shades of Cold Purple #9F93BE

Tints of Cold Purple #9F93BE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.64%

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

R = 32.06%
G = 29.64%
B = 38.31%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F93BE (or 0x9F93BE) is known color: Cold Purple. HEX triplet: 9F, 93 and BE. RGB value is (159,147,190). Sum of RGB (Red+Green+Blue) = 159+147+190=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F93BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F93BE is #606C41. Grayscale: #9B9B9B. Windows color (decimal): -6319170 or 12489631. OLE color: 12489631.

HSL color Cylindrical-coordinate representation of color #9F93BE: hue angle of 256.74º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F93BE is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 147 190 -
CMYK 0.16 0.23 0 0.25
HSL 256.74º 0.25% 0.66% -
HSV(B) 256.74º 0.23% 0.75% -
XYZ 34.03 31.96 53.09 -
YUV 155.49 147.48 130.5 -
System Red Green Blue C M Y K H S L
Decimal 159 147 190 0.16 0.23 0 0.25 256.74 0.25 0.66
Hex 9F 93 BE 10 17 0 19 101 19 42
Octal 237 223 276 20 27 0 31 401 31 102
Binary 10011111 10010011 10111110 10000 10111 0 11001 100000001 11001 1000010

Color Harmonies of #9F93BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F93BE

Black with #9F93BE

Text Example


Text Example

White with #9F93BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,147,190); }

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

background-color css

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

 a { background-color: rgb(159,147,190); }

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

border-color css

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

 span { border-color: rgb(159,147,190); }

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