Html Css Color HEX #9067D4 Medium Purple

📋 copy color: '#9067D4'

red 144 ◦ green 103 ◦ blue 212

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

Shades of Medium Purple #9067D4

Tints of Medium Purple #9067D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 46.19%

R = 31.37%
G = 22.44%
B = 46.19%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9067D4 (or 0x9067D4) is known color: Medium Purple. HEX triplet: 90, 67 and D4. RGB value is (144,103,212). Sum of RGB (Red+Green+Blue) = 144+103+212=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 212 (83.20% from 255 or 46.19% from 459); Max value from RGB is 212 - color contains mainly: blue. Hex color #9067D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9067D4 is #6F982B. Grayscale: #7F7F7F. Windows color (decimal): -7313452 or 13920144. OLE color: 13920144.

HSL color Cylindrical-coordinate representation of color #9067D4: hue angle of 262.57º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9067D4 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 144 103 212 -
CMYK 0.32 0.51 0 0.17
HSL 262.57º 0.56% 0.62% -
HSV(B) 262.57º 0.51% 0.83% -
XYZ 28.24 20.38 64.73 -
YUV 127.69 175.58 139.64 -
System Red Green Blue C M Y K H S L
Decimal 144 103 212 0.32 0.51 0 0.17 262.57 0.56 0.62
Hex 90 67 D4 20 33 0 11 107 38 3E
Octal 220 147 324 40 63 0 21 407 70 76
Binary 10010000 1100111 11010100 100000 110011 0 10001 100000111 111000 111110

Color Harmonies of #9067D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9067D4

Black with #9067D4

Text Example


Text Example

White with #9067D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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