Html Css Color HEX #94117B Dark Purple

📋 copy color: '#94117B'

red 148 ◦ green 17 ◦ blue 123

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

Shades of Dark Purple #94117B

Tints of Dark Purple #94117B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.9%

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

R = 51.39%
G = 5.9%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#94117B (or 0x94117B) is known color: Dark Purple. HEX triplet: 94, 11 and 7B. RGB value is (148,17,123). Sum of RGB (Red+Green+Blue) = 148+17+123=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #94117B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94117B is #6BEE84. Grayscale: #434343. Windows color (decimal): -7073413 or 8065428. OLE color: 8065428.

HSL color Cylindrical-coordinate representation of color #94117B: hue angle of 311.45º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #94117B is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 17 123 -
CMYK 0 0.89 0.17 0.42
HSL 311.45º 0.79% 0.32% -
HSV(B) 311.45º 0.89% 0.58% -
XYZ 15.99 8.13 19.46 -
YUV 68.25 158.9 184.88 -
System Red Green Blue C M Y K H S L
Decimal 148 17 123 0 0.89 0.17 0.42 311.45 0.79 0.32
Hex 94 11 7B 0 59 11 2A 137 4F 20
Octal 224 21 173 0 131 21 52 467 117 40
Binary 10010100 10001 1111011 0 1011001 10001 101010 100110111 1001111 100000

Color Harmonies of #94117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94117B

Black with #94117B

Text Example


Text Example

White with #94117B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,17,123); }

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

background-color css

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

 a { background-color: rgb(148,17,123); }

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

border-color css

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

 span { border-color: rgb(148,17,123); }

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