Html Css Color HEX #9068D7 Medium Purple

📋 copy color: '#9068D7'

red 144 ◦ green 104 ◦ blue 215

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

Shades of Medium Purple #9068D7

Tints of Medium Purple #9068D7

RGB

 RED value IS 144 (56.64% from 255) = 31.1%

 GREEN value IS 104 (41.02% from 255) = 22.46%

 BLUE value IS 215 (84.38% from 255) = 46.44%

R = 31.1%
G = 22.46%
B = 46.44%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9068D7 (or 0x9068D7) is known color: Medium Purple. HEX triplet: 90, 68 and D7. RGB value is (144,104,215). Sum of RGB (Red+Green+Blue) = 144+104+215=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 215 - color contains mainly: blue. Hex color #9068D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9068D7 is #6F9728. Grayscale: #808080. Windows color (decimal): -7313193 or 14117008. OLE color: 14117008.

HSL color Cylindrical-coordinate representation of color #9068D7: hue angle of 261.62º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9068D7 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 104 215 -
CMYK 0.33 0.52 0 0.16
HSL 261.62º 0.58% 0.63% -
HSV(B) 261.62º 0.52% 0.84% -
XYZ 28.72 20.74 66.78 -
YUV 128.61 176.75 138.97 -
System Red Green Blue C M Y K H S L
Decimal 144 104 215 0.33 0.52 0 0.16 261.62 0.58 0.63
Hex 90 68 D7 21 34 0 10 106 3A 3F
Octal 220 150 327 41 64 0 20 406 72 77
Binary 10010000 1101000 11010111 100001 110100 0 10000 100000110 111010 111111

Color Harmonies of #9068D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9068D7

Black with #9068D7

Text Example


Text Example

White with #9068D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9068D7; }

 p { color: rgb(144,104,215); }

 H1.HeaderClassName
 {
   color: #9068D7;
 }
 .AnyTagClassName
 {
   color: #9068D7;
 }
</style>

background-color css

<style>
 a { background-color: #9068D7; }

 a { background-color: rgb(144,104,215); }

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

border-color css

<style>
 span { border-color: #9068D7; }

 span { border-color: rgb(144,104,215); }

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