Html Css Color HEX #906FDF Medium Purple

📋 copy color: '#906FDF'

red 144 ◦ green 111 ◦ blue 223

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

Shades of Medium Purple #906FDF

Tints of Medium Purple #906FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.65%

R = 30.13%
G = 23.22%
B = 46.65%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#906FDF (or 0x906FDF) is known color: Medium Purple. HEX triplet: 90, 6F and DF. RGB value is (144,111,223). Sum of RGB (Red+Green+Blue) = 144+111+223=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #906FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906FDF is #6F9020. Grayscale: #858585. Windows color (decimal): -7311393 or 14643088. OLE color: 14643088.

HSL color Cylindrical-coordinate representation of color #906FDF: hue angle of 257.68º degrees, saturation: 0.64, 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 #906FDF is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 111 223 -
CMYK 0.35 0.50 0 0.13
HSL 257.68º 0.64% 0.65% -
HSV(B) 257.68º 0.5% 0.87% -
XYZ 30.51 22.63 72.57 -
YUV 133.64 178.43 135.39 -
System Red Green Blue C M Y K H S L
Decimal 144 111 223 0.35 0.50 0 0.13 257.68 0.64 0.65
Hex 90 6F DF 23 32 0 D 102 40 41
Octal 220 157 337 43 62 0 15 402 100 101
Binary 10010000 1101111 11011111 100011 110010 0 1101 100000010 1000000 1000001

Color Harmonies of #906FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906FDF

Black with #906FDF

Text Example


Text Example

White with #906FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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