Html Css Color HEX #9670DE Medium Purple

📋 copy color: '#9670DE'

red 150 ◦ green 112 ◦ blue 222

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

Shades of Medium Purple #9670DE

Tints of Medium Purple #9670DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.87%

R = 30.99%
G = 23.14%
B = 45.87%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9670DE (or 0x9670DE) is known color: Medium Purple. HEX triplet: 96, 70 and DE. RGB value is (150,112,222). Sum of RGB (Red+Green+Blue) = 150+112+222=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #9670DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9670DE is #698F21. Grayscale: #878787. Windows color (decimal): -6917922 or 14577814. OLE color: 14577814.

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

Color convert

RGB 150 112 222 -
CMYK 0.32 0.50 0 0.13
HSL 260.73º 0.63% 0.65% -
HSV(B) 260.73º 0.5% 0.87% -
XYZ 31.56 23.35 71.95 -
YUV 135.9 176.59 138.06 -
System Red Green Blue C M Y K H S L
Decimal 150 112 222 0.32 0.50 0 0.13 260.73 0.63 0.65
Hex 96 70 DE 20 32 0 D 105 3E 41
Octal 226 160 336 40 62 0 15 405 76 101
Binary 10010110 1110000 11011110 100000 110010 0 1101 100000101 111110 1000001

Color Harmonies of #9670DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9670DE

Black with #9670DE

Text Example


Text Example

White with #9670DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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