Html Css Color HEX #9788AE Cold Purple

📋 copy color: '#9788AE'

red 151 ◦ green 136 ◦ blue 174

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

Shades of Cold Purple #9788AE

Tints of Cold Purple #9788AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.74%

R = 32.75%
G = 29.5%
B = 37.74%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9788AE (or 0x9788AE) is known color: Cold Purple. HEX triplet: 97, 88 and AE. RGB value is (151,136,174). Sum of RGB (Red+Green+Blue) = 151+136+174=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 174 - color contains mainly: blue. Hex color #9788AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9788AE is #687751. Grayscale: #909090. Windows color (decimal): -6846290 or 11438231. OLE color: 11438231.

HSL color Cylindrical-coordinate representation of color #9788AE: hue angle of 263.68º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9788AE is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 136 174 -
CMYK 0.13 0.22 0 0.32
HSL 263.68º 0.19% 0.61% -
HSV(B) 263.68º 0.22% 0.68% -
XYZ 29.21 27.24 43.76 -
YUV 144.82 144.47 132.41 -
System Red Green Blue C M Y K H S L
Decimal 151 136 174 0.13 0.22 0 0.32 263.68 0.19 0.61
Hex 97 88 AE D 16 0 20 108 13 3D
Octal 227 210 256 15 26 0 40 410 23 75
Binary 10010111 10001000 10101110 1101 10110 0 100000 100001000 10011 111101

Color Harmonies of #9788AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9788AE

Black with #9788AE

Text Example


Text Example

White with #9788AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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