Html Css Color HEX #9067EC Medium Purple

📋 copy color: '#9067EC'

red 144 ◦ green 103 ◦ blue 236

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

Shades of Medium Purple #9067EC

Tints of Medium Purple #9067EC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.33%

 BLUE value IS 236 (92.58% from 255) = 48.86%

R = 29.81%
G = 21.33%
B = 48.86%

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

#9067EC (or 0x9067EC) is known color: Medium Purple. HEX triplet: 90, 67 and EC. RGB value is (144,103,236). Sum of RGB (Red+Green+Blue) = 144+103+236=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #9067EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9067EC is #6F9813. Grayscale: #818181. Windows color (decimal): -7313428 or 15493008. OLE color: 15493008.

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

Color convert

RGB 144 103 236 -
CMYK 0.39 0.56 0 0.07
HSL 258.5º 0.78% 0.66% -
HSV(B) 258.5º 0.56% 0.93% -
XYZ 31.49 21.69 81.88 -
YUV 130.42 187.58 137.69 -
System Red Green Blue C M Y K H S L
Decimal 144 103 236 0.39 0.56 0 0.07 258.5 0.78 0.66
Hex 90 67 EC 27 38 0 7 102 4E 42
Octal 220 147 354 47 70 0 7 402 116 102
Binary 10010000 1100111 11101100 100111 111000 0 111 100000010 1001110 1000010

Color Harmonies of #9067EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9067EC

Black with #9067EC

Text Example


Text Example

White with #9067EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9067EC; }

 p { color: rgb(144,103,236); }

 H1.HeaderClassName
 {
   color: #9067EC;
 }
 .AnyTagClassName
 {
   color: #9067EC;
 }
</style>

background-color css

<style>
 a { background-color: #9067EC; }

 a { background-color: rgb(144,103,236); }

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

border-color css

<style>
 span { border-color: #9067EC; }

 span { border-color: rgb(144,103,236); }

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