Html Css Color HEX #9787BE Cold Purple

📋 copy color: '#9787BE'

red 151 ◦ green 135 ◦ blue 190

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

Shades of Cold Purple #9787BE

Tints of Cold Purple #9787BE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.36%

 BLUE value IS 190 (74.61% from 255) = 39.92%

R = 31.72%
G = 28.36%
B = 39.92%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9787BE (or 0x9787BE) is known color: Cold Purple. HEX triplet: 97, 87 and BE. RGB value is (151,135,190). Sum of RGB (Red+Green+Blue) = 151+135+190=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #9787BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9787BE is #687841. Grayscale: #919191. Windows color (decimal): -6846530 or 12486551. OLE color: 12486551.

HSL color Cylindrical-coordinate representation of color #9787BE: hue angle of 257.45º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9787BE is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 135 190 -
CMYK 0.21 0.29 0 0.25
HSL 257.45º 0.3% 0.64% -
HSV(B) 257.45º 0.29% 0.75% -
XYZ 30.72 27.62 52.43 -
YUV 146.05 152.8 131.53 -
System Red Green Blue C M Y K H S L
Decimal 151 135 190 0.21 0.29 0 0.25 257.45 0.3 0.64
Hex 97 87 BE 15 1D 0 19 101 1E 40
Octal 227 207 276 25 35 0 31 401 36 100
Binary 10010111 10000111 10111110 10101 11101 0 11001 100000001 11110 1000000

Color Harmonies of #9787BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9787BE

Black with #9787BE

Text Example


Text Example

White with #9787BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9787BE; }

 p { color: rgb(151,135,190); }

 H1.HeaderClassName
 {
   color: #9787BE;
 }
 .AnyTagClassName
 {
   color: #9787BE;
 }
</style>

background-color css

<style>
 a { background-color: #9787BE; }

 a { background-color: rgb(151,135,190); }

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

border-color css

<style>
 span { border-color: #9787BE; }

 span { border-color: rgb(151,135,190); }

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