Html Css Color HEX #9A5CEA Medium Purple

📋 copy color: '#9A5CEA'

red 154 ◦ green 92 ◦ blue 234

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

Shades of Medium Purple #9A5CEA

Tints of Medium Purple #9A5CEA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.17%

 BLUE value IS 234 (91.8% from 255) = 48.75%

R = 32.08%
G = 19.17%
B = 48.75%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9A5CEA (or 0x9A5CEA) is known color: Medium Purple. HEX triplet: 9A, 5C and EA. RGB value is (154,92,234). Sum of RGB (Red+Green+Blue) = 154+92+234=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A5CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A5CEA is #65A315. Grayscale: #7E7E7E. Windows color (decimal): -6660886 or 15359130. OLE color: 15359130.

HSL color Cylindrical-coordinate representation of color #9A5CEA: hue angle of 266.2º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9A5CEA is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 154 92 234 -
CMYK 0.34 0.61 0 0.08
HSL 266.2º 0.77% 0.64% -
HSV(B) 266.2º 0.61% 0.92% -
XYZ 32 20.46 80.11 -
YUV 126.73 188.54 147.45 -
System Red Green Blue C M Y K H S L
Decimal 154 92 234 0.34 0.61 0 0.08 266.2 0.77 0.64
Hex 9A 5C EA 22 3D 0 8 10A 4D 40
Octal 232 134 352 42 75 0 10 412 115 100
Binary 10011010 1011100 11101010 100010 111101 0 1000 100001010 1001101 1000000

Color Harmonies of #9A5CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5CEA

Black with #9A5CEA

Text Example


Text Example

White with #9A5CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,92,234); }

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

background-color css

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

 a { background-color: rgb(154,92,234); }

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

border-color css

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

 span { border-color: rgb(154,92,234); }

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