Html Css Color HEX #9789CC Cold Purple

📋 copy color: '#9789CC'

red 151 ◦ green 137 ◦ blue 204

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

Shades of Cold Purple #9789CC

Tints of Cold Purple #9789CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 30.69%
G = 27.85%
B = 41.46%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9789CC (or 0x9789CC) is known color: Cold Purple. HEX triplet: 97, 89 and CC. RGB value is (151,137,204). Sum of RGB (Red+Green+Blue) = 151+137+204=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #9789CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9789CC is #687633. Grayscale: #949494. Windows color (decimal): -6846004 or 13404567. OLE color: 13404567.

HSL color Cylindrical-coordinate representation of color #9789CC: hue angle of 252.54º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9789CC is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 151 137 204 -
CMYK 0.26 0.33 0 0.2
HSL 252.54º 0.4% 0.67% -
HSV(B) 252.54º 0.33% 0.8% -
XYZ 32.61 28.83 60.97 -
YUV 148.82 159.14 129.55 -
System Red Green Blue C M Y K H S L
Decimal 151 137 204 0.26 0.33 0 0.2 252.54 0.4 0.67
Hex 97 89 CC 1A 21 0 14 FD 28 43
Octal 227 211 314 32 41 0 24 375 50 103
Binary 10010111 10001001 11001100 11010 100001 0 10100 11111101 101000 1000011

Color Harmonies of #9789CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9789CC

Black with #9789CC

Text Example


Text Example

White with #9789CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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