Html Css Color HEX #94168A Dark Purple

📋 copy color: '#94168A'

red 148 ◦ green 22 ◦ blue 138

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

Shades of Dark Purple #94168A

Tints of Dark Purple #94168A

RGB

 RED value IS 148 (58.2% from 255) = 48.05%

 GREEN value IS 22 (8.98% from 255) = 7.14%

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

R = 48.05%
G = 7.14%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#94168A (or 0x94168A) is known color: Dark Purple. HEX triplet: 94, 16 and 8A. RGB value is (148,22,138). Sum of RGB (Red+Green+Blue) = 148+22+138=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #94168A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94168A is #6BE975. Grayscale: #484848. Windows color (decimal): -7072118 or 9049748. OLE color: 9049748.

HSL color Cylindrical-coordinate representation of color #94168A: hue angle of 304.76º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #94168A is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 22 138 -
CMYK 0 0.85 0.07 0.42
HSL 304.76º 0.74% 0.33% -
HSV(B) 304.76º 0.85% 0.58% -
XYZ 17.09 8.7 24.82 -
YUV 72.9 164.74 181.57 -
System Red Green Blue C M Y K H S L
Decimal 148 22 138 0 0.85 0.07 0.42 304.76 0.74 0.33
Hex 94 16 8A 0 55 7 2A 131 4A 21
Octal 224 26 212 0 125 7 52 461 112 41
Binary 10010100 10110 10001010 0 1010101 111 101010 100110001 1001010 100001

Color Harmonies of #94168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94168A

Black with #94168A

Text Example


Text Example

White with #94168A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,22,138); }

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

background-color css

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

 a { background-color: rgb(148,22,138); }

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

border-color css

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

 span { border-color: rgb(148,22,138); }

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