Html Css Color HEX #9A74EA Medium Purple

📋 copy color: '#9A74EA'

red 154 ◦ green 116 ◦ blue 234

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

Shades of Medium Purple #9A74EA

Tints of Medium Purple #9A74EA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.02%

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

R = 30.56%
G = 23.02%
B = 46.43%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9A74EA (or 0x9A74EA) is known color: Medium Purple. HEX triplet: 9A, 74 and EA. RGB value is (154,116,234). Sum of RGB (Red+Green+Blue) = 154+116+234=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A74EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A74EA is #658B15. Grayscale: #8C8C8C. Windows color (decimal): -6654742 or 15365274. OLE color: 15365274.

HSL color Cylindrical-coordinate representation of color #9A74EA: hue angle of 259.32º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A74EA is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 154 116 234 -
CMYK 0.34 0.50 0 0.08
HSL 259.32º 0.74% 0.69% -
HSV(B) 259.32º 0.5% 0.92% -
XYZ 34.42 25.3 80.91 -
YUV 140.81 180.59 137.41 -
System Red Green Blue C M Y K H S L
Decimal 154 116 234 0.34 0.50 0 0.08 259.32 0.74 0.69
Hex 9A 74 EA 22 32 0 8 103 4A 45
Octal 232 164 352 42 62 0 10 403 112 105
Binary 10011010 1110100 11101010 100010 110010 0 1000 100000011 1001010 1000101

Color Harmonies of #9A74EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A74EA

Black with #9A74EA

Text Example


Text Example

White with #9A74EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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