Html Css Color HEX #9069ED Medium Purple

📋 copy color: '#9069ED'

red 144 ◦ green 105 ◦ blue 237

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

Shades of Medium Purple #9069ED

Tints of Medium Purple #9069ED

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.6%

 BLUE value IS 237 (92.97% from 255) = 48.77%

R = 29.63%
G = 21.6%
B = 48.77%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9069ED (or 0x9069ED) is known color: Medium Purple. HEX triplet: 90, 69 and ED. RGB value is (144,105,237). Sum of RGB (Red+Green+Blue) = 144+105+237=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #9069ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9069ED is #6F9612. Grayscale: #838383. Windows color (decimal): -7312915 or 15559056. OLE color: 15559056.

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

Color convert

RGB 144 105 237 -
CMYK 0.39 0.56 0 0.07
HSL 257.73º 0.79% 0.67% -
HSV(B) 257.73º 0.56% 0.93% -
XYZ 31.84 22.15 82.72 -
YUV 131.71 187.42 136.77 -
System Red Green Blue C M Y K H S L
Decimal 144 105 237 0.39 0.56 0 0.07 257.73 0.79 0.67
Hex 90 69 ED 27 38 0 7 102 4F 43
Octal 220 151 355 47 70 0 7 402 117 103
Binary 10010000 1101001 11101101 100111 111000 0 111 100000010 1001111 1000011

Color Harmonies of #9069ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9069ED

Black with #9069ED

Text Example


Text Example

White with #9069ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9069ED; }

 p { color: rgb(144,105,237); }

 H1.HeaderClassName
 {
   color: #9069ED;
 }
 .AnyTagClassName
 {
   color: #9069ED;
 }
</style>

background-color css

<style>
 a { background-color: #9069ED; }

 a { background-color: rgb(144,105,237); }

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

border-color css

<style>
 span { border-color: #9069ED; }

 span { border-color: rgb(144,105,237); }

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