Html Css Color HEX #9788BD Cold Purple

📋 copy color: '#9788BD'

red 151 ◦ green 136 ◦ blue 189

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

Shades of Cold Purple #9788BD

Tints of Cold Purple #9788BD

RGB

 RED value IS 151 (59.38% from 255) = 31.72%

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

 BLUE value IS 189 (74.22% from 255) = 39.71%

R = 31.72%
G = 28.57%
B = 39.71%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9788BD (or 0x9788BD) is known color: Cold Purple. HEX triplet: 97, 88 and BD. RGB value is (151,136,189). Sum of RGB (Red+Green+Blue) = 151+136+189=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #9788BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9788BD is #687742. Grayscale: #929292. Windows color (decimal): -6846275 or 12421271. OLE color: 12421271.

HSL color Cylindrical-coordinate representation of color #9788BD: hue angle of 256.98º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9788BD is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 136 189 -
CMYK 0.20 0.28 0 0.26
HSL 256.98º 0.29% 0.64% -
HSV(B) 256.98º 0.28% 0.74% -
XYZ 30.75 27.86 51.9 -
YUV 146.53 151.97 131.19 -
System Red Green Blue C M Y K H S L
Decimal 151 136 189 0.20 0.28 0 0.26 256.98 0.29 0.64
Hex 97 88 BD 14 1C 0 1A 101 1D 40
Octal 227 210 275 24 34 0 32 401 35 100
Binary 10010111 10001000 10111101 10100 11100 0 11010 100000001 11101 1000000

Color Harmonies of #9788BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9788BD

Black with #9788BD

Text Example


Text Example

White with #9788BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9788BD; }

 p { color: rgb(151,136,189); }

 H1.HeaderClassName
 {
   color: #9788BD;
 }
 .AnyTagClassName
 {
   color: #9788BD;
 }
</style>

background-color css

<style>
 a { background-color: #9788BD; }

 a { background-color: rgb(151,136,189); }

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

border-color css

<style>
 span { border-color: #9788BD; }

 span { border-color: rgb(151,136,189); }

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