Html Css Color HEX #920D75 Dark Purple

📋 copy color: '#920D75'

red 146 ◦ green 13 ◦ blue 117

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

Shades of Dark Purple #920D75

Tints of Dark Purple #920D75

RGB

 RED value IS 146 (57.42% from 255) = 52.9%

 GREEN value IS 13 (5.47% from 255) = 4.71%

 BLUE value IS 117 (46.09% from 255) = 42.39%

R = 52.9%
G = 4.71%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#920D75 (or 0x920D75) is known color: Dark Purple. HEX triplet: 92, 0D and 75. RGB value is (146,13,117). Sum of RGB (Red+Green+Blue) = 146+13+117=276 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.90% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 146 - color contains mainly: red. Hex color #920D75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920D75 is #6DF28A. Grayscale: #404040. Windows color (decimal): -7205515 or 7671186. OLE color: 7671186.

HSL color Cylindrical-coordinate representation of color #920D75: hue angle of 313.08º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #920D75 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 13 117 -
CMYK 0 0.91 0.20 0.43
HSL 313.08º 0.84% 0.31% -
HSV(B) 313.08º 0.91% 0.57% -
XYZ 15.21 7.68 17.51 -
YUV 64.62 157.56 186.04 -
System Red Green Blue C M Y K H S L
Decimal 146 13 117 0 0.91 0.20 0.43 313.08 0.84 0.31
Hex 92 D 75 0 5B 14 2B 139 54 1F
Octal 222 15 165 0 133 24 53 471 124 37
Binary 10010010 1101 1110101 0 1011011 10100 101011 100111001 1010100 11111

Color Harmonies of #920D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920D75

Black with #920D75

Text Example


Text Example

White with #920D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920D75; }

 p { color: rgb(146,13,117); }

 H1.HeaderClassName
 {
   color: #920D75;
 }
 .AnyTagClassName
 {
   color: #920D75;
 }
</style>

background-color css

<style>
 a { background-color: #920D75; }

 a { background-color: rgb(146,13,117); }

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

border-color css

<style>
 span { border-color: #920D75; }

 span { border-color: rgb(146,13,117); }

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