Html Css Color HEX #921275 Dark Purple

📋 copy color: '#921275'

red 146 ◦ green 18 ◦ blue 117

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

Shades of Dark Purple #921275

Tints of Dark Purple #921275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.41%

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

R = 51.96%
G = 6.41%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#921275 (or 0x921275) is known color: Dark Purple. HEX triplet: 92, 12 and 75. RGB value is (146,18,117). Sum of RGB (Red+Green+Blue) = 146+18+117=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #921275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921275 is #6DED8A. Grayscale: #434343. Windows color (decimal): -7204235 or 7672466. OLE color: 7672466.

HSL color Cylindrical-coordinate representation of color #921275: hue angle of 313.59º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921275 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 18 117 -
CMYK 0 0.88 0.20 0.43
HSL 313.59º 0.78% 0.32% -
HSV(B) 313.59º 0.88% 0.57% -
XYZ 15.28 7.83 17.54 -
YUV 67.56 155.91 183.95 -
System Red Green Blue C M Y K H S L
Decimal 146 18 117 0 0.88 0.20 0.43 313.59 0.78 0.32
Hex 92 12 75 0 58 14 2B 13A 4E 20
Octal 222 22 165 0 130 24 53 472 116 40
Binary 10010010 10010 1110101 0 1011000 10100 101011 100111010 1001110 100000

Color Harmonies of #921275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921275

Black with #921275

Text Example


Text Example

White with #921275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921275; }

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

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

background-color css

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

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

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

border-color css

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

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

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