Html Css Color HEX #9670DA Medium Purple

📋 copy color: '#9670DA'

red 150 ◦ green 112 ◦ blue 218

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

Shades of Medium Purple #9670DA

Tints of Medium Purple #9670DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.42%

R = 31.25%
G = 23.33%
B = 45.42%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9670DA (or 0x9670DA) is known color: Medium Purple. HEX triplet: 96, 70 and DA. RGB value is (150,112,218). Sum of RGB (Red+Green+Blue) = 150+112+218=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #9670DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9670DA is #698F25. Grayscale: #878787. Windows color (decimal): -6917926 or 14315670. OLE color: 14315670.

HSL color Cylindrical-coordinate representation of color #9670DA: hue angle of 261.51º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9670DA is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 112 218 -
CMYK 0.31 0.49 0 0.15
HSL 261.51º 0.59% 0.65% -
HSV(B) 261.51º 0.49% 0.85% -
XYZ 31.03 23.13 69.16 -
YUV 135.45 174.59 138.38 -
System Red Green Blue C M Y K H S L
Decimal 150 112 218 0.31 0.49 0 0.15 261.51 0.59 0.65
Hex 96 70 DA 1F 31 0 F 106 3B 41
Octal 226 160 332 37 61 0 17 406 73 101
Binary 10010110 1110000 11011010 11111 110001 0 1111 100000110 111011 1000001

Color Harmonies of #9670DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9670DA

Black with #9670DA

Text Example


Text Example

White with #9670DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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