Html Css Color HEX #9670DD Medium Purple

📋 copy color: '#9670DD'

red 150 ◦ green 112 ◦ blue 221

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

Shades of Medium Purple #9670DD

Tints of Medium Purple #9670DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.76%

R = 31.06%
G = 23.19%
B = 45.76%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9670DD (or 0x9670DD) is known color: Medium Purple. HEX triplet: 96, 70 and DD. RGB value is (150,112,221). Sum of RGB (Red+Green+Blue) = 150+112+221=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #9670DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9670DD is #698F22. Grayscale: #878787. Windows color (decimal): -6917923 or 14512278. OLE color: 14512278.

HSL color Cylindrical-coordinate representation of color #9670DD: hue angle of 260.92º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9670DD is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 112 221 -
CMYK 0.32 0.49 0 0.13
HSL 260.92º 0.62% 0.65% -
HSV(B) 260.92º 0.49% 0.87% -
XYZ 31.42 23.29 71.25 -
YUV 135.79 176.09 138.14 -
System Red Green Blue C M Y K H S L
Decimal 150 112 221 0.32 0.49 0 0.13 260.92 0.62 0.65
Hex 96 70 DD 20 31 0 D 105 3E 41
Octal 226 160 335 40 61 0 15 405 76 101
Binary 10010110 1110000 11011101 100000 110001 0 1101 100000101 111110 1000001

Color Harmonies of #9670DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9670DD

Black with #9670DD

Text Example


Text Example

White with #9670DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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