Html Css Color HEX #92338A Dark Purple

📋 copy color: '#92338A'

red 146 ◦ green 51 ◦ blue 138

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

Shades of Dark Purple #92338A

Tints of Dark Purple #92338A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.22%

 BLUE value IS 138 (54.3% from 255) = 41.19%

R = 43.58%
G = 15.22%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#92338A (or 0x92338A) is known color: Dark Purple. HEX triplet: 92, 33 and 8A. RGB value is (146,51,138). Sum of RGB (Red+Green+Blue) = 146+51+138=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 146 - color contains mainly: red. Hex color #92338A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92338A is #6DCC75. Grayscale: #595959. Windows color (decimal): -7195766 or 9057170. OLE color: 9057170.

HSL color Cylindrical-coordinate representation of color #92338A: hue angle of 305.05º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #92338A is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 51 138 -
CMYK 0 0.65 0.05 0.43
HSL 305.05º 0.48% 0.39% -
HSV(B) 305.05º 0.65% 0.57% -
XYZ 17.63 10.31 25.11 -
YUV 89.32 155.47 168.43 -
System Red Green Blue C M Y K H S L
Decimal 146 51 138 0 0.65 0.05 0.43 305.05 0.48 0.39
Hex 92 33 8A 0 41 5 2B 131 30 27
Octal 222 63 212 0 101 5 53 461 60 47
Binary 10010010 110011 10001010 0 1000001 101 101011 100110001 110000 100111

Color Harmonies of #92338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92338A

Black with #92338A

Text Example


Text Example

White with #92338A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92338A; }

 p { color: rgb(146,51,138); }

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

background-color css

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

 a { background-color: rgb(146,51,138); }

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

border-color css

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

 span { border-color: rgb(146,51,138); }

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