Html Css Color HEX #906FDA Medium Purple

📋 copy color: '#906FDA'

red 144 ◦ green 111 ◦ blue 218

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

Shades of Medium Purple #906FDA

Tints of Medium Purple #906FDA

RGB

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

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

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

R = 30.44%
G = 23.47%
B = 46.09%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#906FDA (or 0x906FDA) is known color: Medium Purple. HEX triplet: 90, 6F and DA. RGB value is (144,111,218). Sum of RGB (Red+Green+Blue) = 144+111+218=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #906FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906FDA is #6F9025. Grayscale: #848484. Windows color (decimal): -7311398 or 14315408. OLE color: 14315408.

HSL color Cylindrical-coordinate representation of color #906FDA: hue angle of 258.5º 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 #906FDA is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 111 218 -
CMYK 0.34 0.49 0 0.15
HSL 258.5º 0.59% 0.65% -
HSV(B) 258.5º 0.49% 0.85% -
XYZ 29.84 22.36 69.07 -
YUV 133.07 175.93 135.8 -
System Red Green Blue C M Y K H S L
Decimal 144 111 218 0.34 0.49 0 0.15 258.5 0.59 0.65
Hex 90 6F DA 22 31 0 F 103 3B 41
Octal 220 157 332 42 61 0 17 403 73 101
Binary 10010000 1101111 11011010 100010 110001 0 1111 100000011 111011 1000001

Color Harmonies of #906FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906FDA

Black with #906FDA

Text Example


Text Example

White with #906FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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