Html Css Color HEX #9A67DC Medium Purple

📋 copy color: '#9A67DC'

red 154 ◦ green 103 ◦ blue 220

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

Shades of Medium Purple #9A67DC

Tints of Medium Purple #9A67DC

RGB

 RED value IS 154 (60.55% from 255) = 32.29%

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

 BLUE value IS 220 (86.33% from 255) = 46.12%

R = 32.29%
G = 21.59%
B = 46.12%

CMYK

 C value IS 0.3

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A67DC (or 0x9A67DC) is known color: Medium Purple. HEX triplet: 9A, 67 and DC. RGB value is (154,103,220). Sum of RGB (Red+Green+Blue) = 154+103+220=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A67DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A67DC is #659823. Grayscale: #838383. Windows color (decimal): -6658084 or 14444442. OLE color: 14444442.

HSL color Cylindrical-coordinate representation of color #9A67DC: hue angle of 266.15º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A67DC is Cyan = 0.3, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 103 220 -
CMYK 0.3 0.53 0 0.14
HSL 266.15º 0.63% 0.63% -
HSV(B) 266.15º 0.53% 0.86% -
XYZ 31.09 21.74 70.27 -
YUV 131.59 177.9 143.99 -
System Red Green Blue C M Y K H S L
Decimal 154 103 220 0.3 0.53 0 0.14 266.15 0.63 0.63
Hex 9A 67 DC 1E 35 0 E 10A 3F 3F
Octal 232 147 334 36 65 0 16 412 77 77
Binary 10011010 1100111 11011100 11110 110101 0 1110 100001010 111111 111111

Color Harmonies of #9A67DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A67DC

Black with #9A67DC

Text Example


Text Example

White with #9A67DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A67DC; }

 p { color: rgb(154,103,220); }

 H1.HeaderClassName
 {
   color: #9A67DC;
 }
 .AnyTagClassName
 {
   color: #9A67DC;
 }
</style>

background-color css

<style>
 a { background-color: #9A67DC; }

 a { background-color: rgb(154,103,220); }

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

border-color css

<style>
 span { border-color: #9A67DC; }

 span { border-color: rgb(154,103,220); }

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