Html Css Color HEX #9B89C6 Cold Purple

📋 copy color: '#9B89C6'

red 155 ◦ green 137 ◦ blue 198

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

Shades of Cold Purple #9B89C6

Tints of Cold Purple #9B89C6

RGB

 RED value IS 155 (60.94% from 255) = 31.63%

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

 BLUE value IS 198 (77.73% from 255) = 40.41%

R = 31.63%
G = 27.96%
B = 40.41%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9B89C6 (or 0x9B89C6) is known color: Cold Purple. HEX triplet: 9B, 89 and C6. RGB value is (155,137,198). Sum of RGB (Red+Green+Blue) = 155+137+198=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 198 - color contains mainly: blue. Hex color #9B89C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B89C6 is #647639. Grayscale: #959595. Windows color (decimal): -6583866 or 13011355. OLE color: 13011355.

HSL color Cylindrical-coordinate representation of color #9B89C6: hue angle of 257.7º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B89C6 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 137 198 -
CMYK 0.22 0.31 0 0.22
HSL 257.7º 0.35% 0.66% -
HSV(B) 257.7º 0.31% 0.78% -
XYZ 32.66 28.94 57.29 -
YUV 149.34 155.46 132.04 -
System Red Green Blue C M Y K H S L
Decimal 155 137 198 0.22 0.31 0 0.22 257.7 0.35 0.66
Hex 9B 89 C6 16 1F 0 16 102 23 42
Octal 233 211 306 26 37 0 26 402 43 102
Binary 10011011 10001001 11000110 10110 11111 0 10110 100000010 100011 1000010

Color Harmonies of #9B89C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B89C6

Black with #9B89C6

Text Example


Text Example

White with #9B89C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B89C6; }

 p { color: rgb(155,137,198); }

 H1.HeaderClassName
 {
   color: #9B89C6;
 }
 .AnyTagClassName
 {
   color: #9B89C6;
 }
</style>

background-color css

<style>
 a { background-color: #9B89C6; }

 a { background-color: rgb(155,137,198); }

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

border-color css

<style>
 span { border-color: #9B89C6; }

 span { border-color: rgb(155,137,198); }

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