Html Css Color HEX #92417B Dark Purple

📋 copy color: '#92417B'

red 146 ◦ green 65 ◦ blue 123

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

Shades of Dark Purple #92417B

Tints of Dark Purple #92417B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.46%

 BLUE value IS 123 (48.44% from 255) = 36.83%

R = 43.71%
G = 19.46%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#92417B (or 0x92417B) is known color: Dark Purple. HEX triplet: 92, 41 and 7B. RGB value is (146,65,123). Sum of RGB (Red+Green+Blue) = 146+65+123=334 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.71% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 146 - color contains mainly: red. Hex color #92417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92417B is #6DBE84. Grayscale: #5F5F5F. Windows color (decimal): -7192197 or 8077714. OLE color: 8077714.

HSL color Cylindrical-coordinate representation of color #92417B: hue angle of 317.04º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #92417B is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 65 123 -
CMYK 0 0.55 0.16 0.43
HSL 317.04º 0.38% 0.41% -
HSV(B) 317.04º 0.55% 0.57% -
XYZ 17.32 11.32 20.01 -
YUV 95.83 143.34 163.78 -
System Red Green Blue C M Y K H S L
Decimal 146 65 123 0 0.55 0.16 0.43 317.04 0.38 0.41
Hex 92 41 7B 0 37 10 2B 13D 26 29
Octal 222 101 173 0 67 20 53 475 46 51
Binary 10010010 1000001 1111011 0 110111 10000 101011 100111101 100110 101001

Color Harmonies of #92417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92417B

Black with #92417B

Text Example


Text Example

White with #92417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92417B; }

 p { color: rgb(146,65,123); }

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

background-color css

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

 a { background-color: rgb(146,65,123); }

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

border-color css

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

 span { border-color: rgb(146,65,123); }

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