Html Css Color HEX #9789BE Cold Purple

📋 copy color: '#9789BE'

red 151 ◦ green 137 ◦ blue 190

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

Shades of Cold Purple #9789BE

Tints of Cold Purple #9789BE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.66%

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

R = 31.59%
G = 28.66%
B = 39.75%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9789BE (or 0x9789BE) is known color: Cold Purple. HEX triplet: 97, 89 and BE. RGB value is (151,137,190). Sum of RGB (Red+Green+Blue) = 151+137+190=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #9789BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9789BE is #687641. Grayscale: #939393. Windows color (decimal): -6846018 or 12487063. OLE color: 12487063.

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

Color convert

RGB 151 137 190 -
CMYK 0.21 0.28 0 0.25
HSL 255.85º 0.29% 0.64% -
HSV(B) 255.85º 0.28% 0.75% -
XYZ 31 28.19 52.52 -
YUV 147.23 152.14 130.69 -
System Red Green Blue C M Y K H S L
Decimal 151 137 190 0.21 0.28 0 0.25 255.85 0.29 0.64
Hex 97 89 BE 15 1C 0 19 100 1D 40
Octal 227 211 276 25 34 0 31 400 35 100
Binary 10010111 10001001 10111110 10101 11100 0 11001 100000000 11101 1000000

Color Harmonies of #9789BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9789BE

Black with #9789BE

Text Example


Text Example

White with #9789BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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