Html Css Color HEX #907FEA Medium Purple

📋 copy color: '#907FEA'

red 144 ◦ green 127 ◦ blue 234

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

Shades of Medium Purple #907FEA

Tints of Medium Purple #907FEA

RGB

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

 GREEN value IS 127 (50% from 255) = 25.15%

 BLUE value IS 234 (91.8% from 255) = 46.34%

R = 28.51%
G = 25.15%
B = 46.34%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#907FEA (or 0x907FEA) is known color: Medium Purple. HEX triplet: 90, 7F and EA. RGB value is (144,127,234). Sum of RGB (Red+Green+Blue) = 144+127+234=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #907FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #907FEA is #6F8015. Grayscale: #8F8F8F. Windows color (decimal): -7307286 or 15368080. OLE color: 15368080.

HSL color Cylindrical-coordinate representation of color #907FEA: hue angle of 249.53º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #907FEA is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 127 234 -
CMYK 0.38 0.46 0 0.08
HSL 249.53º 0.72% 0.71% -
HSV(B) 249.53º 0.46% 0.92% -
XYZ 33.94 27.05 81.27 -
YUV 144.28 178.63 127.8 -
System Red Green Blue C M Y K H S L
Decimal 144 127 234 0.38 0.46 0 0.08 249.53 0.72 0.71
Hex 90 7F EA 26 2E 0 8 FA 48 47
Octal 220 177 352 46 56 0 10 372 110 107
Binary 10010000 1111111 11101010 100110 101110 0 1000 11111010 1001000 1000111

Color Harmonies of #907FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907FEA

Black with #907FEA

Text Example


Text Example

White with #907FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907FEA; }

 p { color: rgb(144,127,234); }

 H1.HeaderClassName
 {
   color: #907FEA;
 }
 .AnyTagClassName
 {
   color: #907FEA;
 }
</style>

background-color css

<style>
 a { background-color: #907FEA; }

 a { background-color: rgb(144,127,234); }

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

border-color css

<style>
 span { border-color: #907FEA; }

 span { border-color: rgb(144,127,234); }

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