Html Css Color HEX #9F88DD Biloba Flower

📋 copy color: '#9F88DD'

red 159 ◦ green 136 ◦ blue 221

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

Shades of Biloba Flower #9F88DD

Tints of Biloba Flower #9F88DD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.36%

 BLUE value IS 221 (86.72% from 255) = 42.83%

R = 30.81%
G = 26.36%
B = 42.83%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F88DD (or 0x9F88DD) is known color: Biloba Flower. HEX triplet: 9F, 88 and DD. RGB value is (159,136,221). Sum of RGB (Red+Green+Blue) = 159+136+221=516 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.81% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F88DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F88DD is #607722. Grayscale: #989898. Windows color (decimal): -6321955 or 14518431. OLE color: 14518431.

HSL color Cylindrical-coordinate representation of color #9F88DD: hue angle of 256.24º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F88DD is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 136 221 -
CMYK 0.28 0.38 0 0.13
HSL 256.24º 0.56% 0.7% -
HSV(B) 256.24º 0.38% 0.87% -
XYZ 36.15 30.2 72.33 -
YUV 152.57 166.62 132.59 -
System Red Green Blue C M Y K H S L
Decimal 159 136 221 0.28 0.38 0 0.13 256.24 0.56 0.7
Hex 9F 88 DD 1C 26 0 D 100 38 46
Octal 237 210 335 34 46 0 15 400 70 106
Binary 10011111 10001000 11011101 11100 100110 0 1101 100000000 111000 1000110

Color Harmonies of #9F88DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F88DD

Black with #9F88DD

Text Example


Text Example

White with #9F88DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,136,221); }

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

background-color css

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

 a { background-color: rgb(159,136,221); }

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

border-color css

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

 span { border-color: rgb(159,136,221); }

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