Html Css Color HEX #9A69E9 Medium Purple

📋 copy color: '#9A69E9'

red 154 ◦ green 105 ◦ blue 233

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

Shades of Medium Purple #9A69E9

Tints of Medium Purple #9A69E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.36%

R = 31.3%
G = 21.34%
B = 47.36%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9A69E9 (or 0x9A69E9) is known color: Medium Purple. HEX triplet: 9A, 69 and E9. RGB value is (154,105,233). Sum of RGB (Red+Green+Blue) = 154+105+233=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 233 (91.41% from 255 or 47.36% from 492); Max value from RGB is 233 - color contains mainly: blue. Hex color #9A69E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A69E9 is #659616. Grayscale: #858585. Windows color (decimal): -6657559 or 15296922. OLE color: 15296922.

HSL color Cylindrical-coordinate representation of color #9A69E9: hue angle of 262.97º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A69E9 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 154 105 233 -
CMYK 0.34 0.55 0 0.09
HSL 262.97º 0.74% 0.66% -
HSV(B) 262.97º 0.55% 0.91% -
XYZ 33.09 22.86 79.76 -
YUV 134.24 183.73 142.09 -
System Red Green Blue C M Y K H S L
Decimal 154 105 233 0.34 0.55 0 0.09 262.97 0.74 0.66
Hex 9A 69 E9 22 37 0 9 107 4A 42
Octal 232 151 351 42 67 0 11 407 112 102
Binary 10011010 1101001 11101001 100010 110111 0 1001 100000111 1001010 1000010

Color Harmonies of #9A69E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A69E9

Black with #9A69E9

Text Example


Text Example

White with #9A69E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,105,233); }

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

background-color css

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

 a { background-color: rgb(154,105,233); }

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

border-color css

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

 span { border-color: rgb(154,105,233); }

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