Html Css Color HEX #923481 Dark Purple

📋 copy color: '#923481'

red 146 ◦ green 52 ◦ blue 129

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

Shades of Dark Purple #923481

Tints of Dark Purple #923481

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.9%

 BLUE value IS 129 (50.78% from 255) = 39.45%

R = 44.65%
G = 15.9%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#923481 (or 0x923481) is known color: Dark Purple. HEX triplet: 92, 34 and 81. RGB value is (146,52,129). Sum of RGB (Red+Green+Blue) = 146+52+129=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #923481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923481 is #6DCB7E. Grayscale: #585858. Windows color (decimal): -7195519 or 8467602. OLE color: 8467602.

HSL color Cylindrical-coordinate representation of color #923481: hue angle of 310.85º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #923481 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 52 129 -
CMYK 0 0.64 0.12 0.43
HSL 310.85º 0.47% 0.39% -
HSV(B) 310.85º 0.64% 0.57% -
XYZ 17.04 10.15 21.83 -
YUV 88.88 150.64 168.74 -
System Red Green Blue C M Y K H S L
Decimal 146 52 129 0 0.64 0.12 0.43 310.85 0.47 0.39
Hex 92 34 81 0 40 C 2B 137 2F 27
Octal 222 64 201 0 100 14 53 467 57 47
Binary 10010010 110100 10000001 0 1000000 1100 101011 100110111 101111 100111

Color Harmonies of #923481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923481

Black with #923481

Text Example


Text Example

White with #923481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923481; }

 p { color: rgb(146,52,129); }

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

background-color css

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

 a { background-color: rgb(146,52,129); }

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

border-color css

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

 span { border-color: rgb(146,52,129); }

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