Html Css Color HEX #9B74EA Medium Purple

📋 copy color: '#9B74EA'

red 155 ◦ green 116 ◦ blue 234

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

Shades of Medium Purple #9B74EA

Tints of Medium Purple #9B74EA

RGB

 RED value IS 155 (60.94% from 255) = 30.69%

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

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

R = 30.69%
G = 22.97%
B = 46.34%

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

#9B74EA (or 0x9B74EA) is known color: Medium Purple. HEX triplet: 9B, 74 and EA. RGB value is (155,116,234). Sum of RGB (Red+Green+Blue) = 155+116+234=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B74EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B74EA is #648B15. Grayscale: #8C8C8C. Windows color (decimal): -6589206 or 15365275. OLE color: 15365275.

HSL color Cylindrical-coordinate representation of color #9B74EA: hue angle of 259.83º 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 #9B74EA is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 116 234 -
CMYK 0.34 0.50 0 0.08
HSL 259.83º 0.74% 0.69% -
HSV(B) 259.83º 0.5% 0.92% -
XYZ 34.61 25.4 80.92 -
YUV 141.11 180.42 137.91 -
System Red Green Blue C M Y K H S L
Decimal 155 116 234 0.34 0.50 0 0.08 259.83 0.74 0.69
Hex 9B 74 EA 22 32 0 8 104 4A 45
Octal 233 164 352 42 62 0 10 404 112 105
Binary 10011011 1110100 11101010 100010 110010 0 1000 100000100 1001010 1000101

Color Harmonies of #9B74EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B74EA

Black with #9B74EA

Text Example


Text Example

White with #9B74EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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