Html Css Color HEX #9F8ABB Cold Purple

📋 copy color: '#9F8ABB'

red 159 ◦ green 138 ◦ blue 187

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

Shades of Cold Purple #9F8ABB

Tints of Cold Purple #9F8ABB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.51%

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 32.85%
G = 28.51%
B = 38.64%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F8ABB (or 0x9F8ABB) is known color: Cold Purple. HEX triplet: 9F, 8A and BB. RGB value is (159,138,187). Sum of RGB (Red+Green+Blue) = 159+138+187=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F8ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8ABB is #607544. Grayscale: #959595. Windows color (decimal): -6321477 or 12290719. OLE color: 12290719.

HSL color Cylindrical-coordinate representation of color #9F8ABB: hue angle of 265.71º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F8ABB is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 138 187 -
CMYK 0.15 0.26 0 0.27
HSL 265.71º 0.26% 0.64% -
HSV(B) 265.71º 0.26% 0.73% -
XYZ 32.36 29.14 50.93 -
YUV 149.87 148.96 134.52 -
System Red Green Blue C M Y K H S L
Decimal 159 138 187 0.15 0.26 0 0.27 265.71 0.26 0.64
Hex 9F 8A BB F 1A 0 1B 10A 1A 40
Octal 237 212 273 17 32 0 33 412 32 100
Binary 10011111 10001010 10111011 1111 11010 0 11011 100001010 11010 1000000

Color Harmonies of #9F8ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8ABB

Black with #9F8ABB

Text Example


Text Example

White with #9F8ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,138,187); }

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

background-color css

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

 a { background-color: rgb(159,138,187); }

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

border-color css

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

 span { border-color: rgb(159,138,187); }

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