Html Css Color HEX #9670DB Medium Purple

📋 copy color: '#9670DB'

red 150 ◦ green 112 ◦ blue 219

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

Shades of Medium Purple #9670DB

Tints of Medium Purple #9670DB

RGB

 RED value IS 150 (58.98% from 255) = 31.19%

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

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 31.19%
G = 23.28%
B = 45.53%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9670DB (or 0x9670DB) is known color: Medium Purple. HEX triplet: 96, 70 and DB. RGB value is (150,112,219). Sum of RGB (Red+Green+Blue) = 150+112+219=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #9670DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9670DB is #698F24. Grayscale: #878787. Windows color (decimal): -6917925 or 14381206. OLE color: 14381206.

HSL color Cylindrical-coordinate representation of color #9670DB: hue angle of 261.31º degrees, saturation: 0.6, 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 #9670DB is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 112 219 -
CMYK 0.32 0.49 0 0.14
HSL 261.31º 0.6% 0.65% -
HSV(B) 261.31º 0.49% 0.86% -
XYZ 31.16 23.19 69.85 -
YUV 135.56 175.09 138.3 -
System Red Green Blue C M Y K H S L
Decimal 150 112 219 0.32 0.49 0 0.14 261.31 0.6 0.65
Hex 96 70 DB 20 31 0 E 105 3C 41
Octal 226 160 333 40 61 0 16 405 74 101
Binary 10010110 1110000 11011011 100000 110001 0 1110 100000101 111100 1000001

Color Harmonies of #9670DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9670DB

Black with #9670DB

Text Example


Text Example

White with #9670DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9670DB; }

 p { color: rgb(150,112,219); }

 H1.HeaderClassName
 {
   color: #9670DB;
 }
 .AnyTagClassName
 {
   color: #9670DB;
 }
</style>

background-color css

<style>
 a { background-color: #9670DB; }

 a { background-color: rgb(150,112,219); }

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

border-color css

<style>
 span { border-color: #9670DB; }

 span { border-color: rgb(150,112,219); }

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