Html Css Color HEX #9788B3 Cold Purple

📋 copy color: '#9788B3'

red 151 ◦ green 136 ◦ blue 179

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

Shades of Cold Purple #9788B3

Tints of Cold Purple #9788B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.41%

R = 32.4%
G = 29.18%
B = 38.41%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9788B3 (or 0x9788B3) is known color: Cold Purple. HEX triplet: 97, 88 and B3. RGB value is (151,136,179). Sum of RGB (Red+Green+Blue) = 151+136+179=466 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.40% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 179 - color contains mainly: blue. Hex color #9788B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9788B3 is #68774C. Grayscale: #919191. Windows color (decimal): -6846285 or 11765911. OLE color: 11765911.

HSL color Cylindrical-coordinate representation of color #9788B3: hue angle of 260.93º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9788B3 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 151 136 179 -
CMYK 0.16 0.24 0 0.30
HSL 260.93º 0.22% 0.62% -
HSV(B) 260.93º 0.24% 0.7% -
XYZ 29.7 27.44 46.38 -
YUV 145.39 146.97 132 -
System Red Green Blue C M Y K H S L
Decimal 151 136 179 0.16 0.24 0 0.30 260.93 0.22 0.62
Hex 97 88 B3 10 18 0 1E 105 16 3E
Octal 227 210 263 20 30 0 36 405 26 76
Binary 10010111 10001000 10110011 10000 11000 0 11110 100000101 10110 111110

Color Harmonies of #9788B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9788B3

Black with #9788B3

Text Example


Text Example

White with #9788B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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