Html Css Color HEX #906FDC Medium Purple

📋 copy color: '#906FDC'

red 144 ◦ green 111 ◦ blue 220

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

Shades of Medium Purple #906FDC

Tints of Medium Purple #906FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.37%

 BLUE value IS 220 (86.33% from 255) = 46.32%

R = 30.32%
G = 23.37%
B = 46.32%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#906FDC (or 0x906FDC) is known color: Medium Purple. HEX triplet: 90, 6F and DC. RGB value is (144,111,220). Sum of RGB (Red+Green+Blue) = 144+111+220=475 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.32% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #906FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906FDC is #6F9023. Grayscale: #848484. Windows color (decimal): -7311396 or 14446480. OLE color: 14446480.

HSL color Cylindrical-coordinate representation of color #906FDC: hue angle of 258.17º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #906FDC is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 111 220 -
CMYK 0.35 0.50 0 0.14
HSL 258.17º 0.61% 0.65% -
HSV(B) 258.17º 0.5% 0.86% -
XYZ 30.1 22.47 70.46 -
YUV 133.29 176.93 135.64 -
System Red Green Blue C M Y K H S L
Decimal 144 111 220 0.35 0.50 0 0.14 258.17 0.61 0.65
Hex 90 6F DC 23 32 0 E 102 3D 41
Octal 220 157 334 43 62 0 16 402 75 101
Binary 10010000 1101111 11011100 100011 110010 0 1110 100000010 111101 1000001

Color Harmonies of #906FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906FDC

Black with #906FDC

Text Example


Text Example

White with #906FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906FDC; }

 p { color: rgb(144,111,220); }

 H1.HeaderClassName
 {
   color: #906FDC;
 }
 .AnyTagClassName
 {
   color: #906FDC;
 }
</style>

background-color css

<style>
 a { background-color: #906FDC; }

 a { background-color: rgb(144,111,220); }

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

border-color css

<style>
 span { border-color: #906FDC; }

 span { border-color: rgb(144,111,220); }

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