Html Css Color HEX #907FDA Medium Purple

📋 copy color: '#907FDA'

red 144 ◦ green 127 ◦ blue 218

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

Shades of Medium Purple #907FDA

Tints of Medium Purple #907FDA

RGB

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

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

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

R = 29.45%
G = 25.97%
B = 44.58%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#907FDA (or 0x907FDA) is known color: Medium Purple. HEX triplet: 90, 7F and DA. RGB value is (144,127,218). Sum of RGB (Red+Green+Blue) = 144+127+218=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #907FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907FDA is #6F8025. Grayscale: #8E8E8E. Windows color (decimal): -7307302 or 14319504. OLE color: 14319504.

HSL color Cylindrical-coordinate representation of color #907FDA: hue angle of 251.21º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #907FDA is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 127 218 -
CMYK 0.34 0.42 0 0.15
HSL 251.21º 0.55% 0.68% -
HSV(B) 251.21º 0.42% 0.85% -
XYZ 31.75 26.17 69.71 -
YUV 142.46 170.63 129.1 -
System Red Green Blue C M Y K H S L
Decimal 144 127 218 0.34 0.42 0 0.15 251.21 0.55 0.68
Hex 90 7F DA 22 2A 0 F FB 37 44
Octal 220 177 332 42 52 0 17 373 67 104
Binary 10010000 1111111 11011010 100010 101010 0 1111 11111011 110111 1000100

Color Harmonies of #907FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907FDA

Black with #907FDA

Text Example


Text Example

White with #907FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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