Html Css Color HEX #907ADA Medium Purple

📋 copy color: '#907ADA'

red 144 ◦ green 122 ◦ blue 218

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

Shades of Medium Purple #907ADA

Tints of Medium Purple #907ADA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.21%

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

R = 29.75%
G = 25.21%
B = 45.04%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#907ADA (or 0x907ADA) is known color: Medium Purple. HEX triplet: 90, 7A and DA. RGB value is (144,122,218). Sum of RGB (Red+Green+Blue) = 144+122+218=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #907ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907ADA is #6F8525. Grayscale: #8B8B8B. Windows color (decimal): -7308582 or 14318224. OLE color: 14318224.

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

Color convert

RGB 144 122 218 -
CMYK 0.34 0.44 0 0.15
HSL 253.75º 0.56% 0.67% -
HSV(B) 253.75º 0.44% 0.85% -
XYZ 31.12 24.91 69.5 -
YUV 139.52 172.29 131.19 -
System Red Green Blue C M Y K H S L
Decimal 144 122 218 0.34 0.44 0 0.15 253.75 0.56 0.67
Hex 90 7A DA 22 2C 0 F FE 38 43
Octal 220 172 332 42 54 0 17 376 70 103
Binary 10010000 1111010 11011010 100010 101100 0 1111 11111110 111000 1000011

Color Harmonies of #907ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907ADA

Black with #907ADA

Text Example


Text Example

White with #907ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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