Html Css Color HEX #906FEE Medium Purple

📋 copy color: '#906FEE'

red 144 ◦ green 111 ◦ blue 238

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

Shades of Medium Purple #906FEE

Tints of Medium Purple #906FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.28%

R = 29.21%
G = 22.52%
B = 48.28%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#906FEE (or 0x906FEE) is known color: Medium Purple. HEX triplet: 90, 6F and EE. RGB value is (144,111,238). Sum of RGB (Red+Green+Blue) = 144+111+238=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #906FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906FEE is #6F9011. Grayscale: #868686. Windows color (decimal): -7311378 or 15626128. OLE color: 15626128.

HSL color Cylindrical-coordinate representation of color #906FEE: hue angle of 255.59º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #906FEE is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 111 238 -
CMYK 0.39 0.53 0 0.07
HSL 255.59º 0.79% 0.68% -
HSV(B) 255.59º 0.53% 0.93% -
XYZ 32.62 23.47 83.7 -
YUV 135.35 185.93 134.17 -
System Red Green Blue C M Y K H S L
Decimal 144 111 238 0.39 0.53 0 0.07 255.59 0.79 0.68
Hex 90 6F EE 27 35 0 7 100 4F 44
Octal 220 157 356 47 65 0 7 400 117 104
Binary 10010000 1101111 11101110 100111 110101 0 111 100000000 1001111 1000100

Color Harmonies of #906FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906FEE

Black with #906FEE

Text Example


Text Example

White with #906FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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