Html Css Color HEX #9B70DC Medium Purple

📋 copy color: '#9B70DC'

red 155 ◦ green 112 ◦ blue 220

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

Shades of Medium Purple #9B70DC

Tints of Medium Purple #9B70DC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23%

 BLUE value IS 220 (86.33% from 255) = 45.17%

R = 31.83%
G = 23%
B = 45.17%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B70DC (or 0x9B70DC) is known color: Medium Purple. HEX triplet: 9B, 70 and DC. RGB value is (155,112,220). Sum of RGB (Red+Green+Blue) = 155+112+220=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B70DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B70DC is #648F23. Grayscale: #888888. Windows color (decimal): -6590244 or 14446747. OLE color: 14446747.

HSL color Cylindrical-coordinate representation of color #9B70DC: hue angle of 263.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B70DC is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 112 220 -
CMYK 0.30 0.49 0 0.14
HSL 263.89º 0.61% 0.65% -
HSV(B) 263.89º 0.49% 0.86% -
XYZ 32.23 23.72 70.59 -
YUV 137.17 174.75 140.72 -
System Red Green Blue C M Y K H S L
Decimal 155 112 220 0.30 0.49 0 0.14 263.89 0.61 0.65
Hex 9B 70 DC 1E 31 0 E 108 3D 41
Octal 233 160 334 36 61 0 16 410 75 101
Binary 10011011 1110000 11011100 11110 110001 0 1110 100001000 111101 1000001

Color Harmonies of #9B70DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B70DC

Black with #9B70DC

Text Example


Text Example

White with #9B70DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,112,220); }

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

background-color css

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

 a { background-color: rgb(155,112,220); }

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

border-color css

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

 span { border-color: rgb(155,112,220); }

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