Html Css Color HEX #9B74DF Medium Purple

📋 copy color: '#9B74DF'

red 155 ◦ green 116 ◦ blue 223

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

Shades of Medium Purple #9B74DF

Tints of Medium Purple #9B74DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 31.38%
G = 23.48%
B = 45.14%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B74DF (or 0x9B74DF) is known color: Medium Purple. HEX triplet: 9B, 74 and DF. RGB value is (155,116,223). Sum of RGB (Red+Green+Blue) = 155+116+223=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B74DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B74DF is #648B20. Grayscale: #8B8B8B. Windows color (decimal): -6589217 or 14644379. OLE color: 14644379.

HSL color Cylindrical-coordinate representation of color #9B74DF: hue angle of 261.87º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B74DF is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 116 223 -
CMYK 0.30 0.48 0 0.13
HSL 261.87º 0.63% 0.66% -
HSV(B) 261.87º 0.48% 0.87% -
XYZ 33.08 24.79 72.85 -
YUV 139.86 174.92 138.8 -
System Red Green Blue C M Y K H S L
Decimal 155 116 223 0.30 0.48 0 0.13 261.87 0.63 0.66
Hex 9B 74 DF 1E 30 0 D 106 3F 42
Octal 233 164 337 36 60 0 15 406 77 102
Binary 10011011 1110100 11011111 11110 110000 0 1101 100000110 111111 1000010

Color Harmonies of #9B74DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B74DF

Black with #9B74DF

Text Example


Text Example

White with #9B74DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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