Html Css Color HEX #9169ED Medium Purple

📋 copy color: '#9169ED'

red 145 ◦ green 105 ◦ blue 237

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

Shades of Medium Purple #9169ED

Tints of Medium Purple #9169ED

RGB

 RED value IS 145 (57.03% from 255) = 29.77%

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

 BLUE value IS 237 (92.97% from 255) = 48.67%

R = 29.77%
G = 21.56%
B = 48.67%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9169ED (or 0x9169ED) is known color: Medium Purple. HEX triplet: 91, 69 and ED. RGB value is (145,105,237). Sum of RGB (Red+Green+Blue) = 145+105+237=487 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.77% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #9169ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9169ED is #6E9612. Grayscale: #838383. Windows color (decimal): -7247379 or 15559057. OLE color: 15559057.

HSL color Cylindrical-coordinate representation of color #9169ED: hue angle of 258.18º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9169ED is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 145 105 237 -
CMYK 0.39 0.56 0 0.07
HSL 258.18º 0.79% 0.67% -
HSV(B) 258.18º 0.56% 0.93% -
XYZ 32.01 22.24 82.73 -
YUV 132.01 187.25 137.27 -
System Red Green Blue C M Y K H S L
Decimal 145 105 237 0.39 0.56 0 0.07 258.18 0.79 0.67
Hex 91 69 ED 27 38 0 7 102 4F 43
Octal 221 151 355 47 70 0 7 402 117 103
Binary 10010001 1101001 11101101 100111 111000 0 111 100000010 1001111 1000011

Color Harmonies of #9169ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9169ED

Black with #9169ED

Text Example


Text Example

White with #9169ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9169ED; }

 p { color: rgb(145,105,237); }

 H1.HeaderClassName
 {
   color: #9169ED;
 }
 .AnyTagClassName
 {
   color: #9169ED;
 }
</style>

background-color css

<style>
 a { background-color: #9169ED; }

 a { background-color: rgb(145,105,237); }

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

border-color css

<style>
 span { border-color: #9169ED; }

 span { border-color: rgb(145,105,237); }

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