Html Css Color HEX #9D8ADD Biloba Flower

📋 copy color: '#9D8ADD'

red 157 ◦ green 138 ◦ blue 221

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

Shades of Biloba Flower #9D8ADD

Tints of Biloba Flower #9D8ADD

RGB

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

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

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

R = 30.43%
G = 26.74%
B = 42.83%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D8ADD (or 0x9D8ADD) is known color: Biloba Flower. HEX triplet: 9D, 8A and DD. RGB value is (157,138,221). Sum of RGB (Red+Green+Blue) = 157+138+221=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 138 (54.30% from 255 or 26.74% 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 #9D8ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8ADD is #627522. Grayscale: #989898. Windows color (decimal): -6452515 or 14518941. OLE color: 14518941.

HSL color Cylindrical-coordinate representation of color #9D8ADD: hue angle of 253.73º degrees, saturation: 0.55, 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 #9D8ADD is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 138 221 -
CMYK 0.29 0.38 0 0.13
HSL 253.73º 0.55% 0.7% -
HSV(B) 253.73º 0.38% 0.87% -
XYZ 36.04 30.57 72.41 -
YUV 153.14 166.29 130.75 -
System Red Green Blue C M Y K H S L
Decimal 157 138 221 0.29 0.38 0 0.13 253.73 0.55 0.7
Hex 9D 8A DD 1D 26 0 D FE 37 46
Octal 235 212 335 35 46 0 15 376 67 106
Binary 10011101 10001010 11011101 11101 100110 0 1101 11111110 110111 1000110

Color Harmonies of #9D8ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8ADD

Black with #9D8ADD

Text Example


Text Example

White with #9D8ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,138,221); }

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

background-color css

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

 a { background-color: rgb(157,138,221); }

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

border-color css

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

 span { border-color: rgb(157,138,221); }

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