Html Css Color HEX #943089 Dark Purple

📋 copy color: '#943089'

red 148 ◦ green 48 ◦ blue 137

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

Shades of Dark Purple #943089

Tints of Dark Purple #943089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.41%

 BLUE value IS 137 (53.91% from 255) = 41.14%

R = 44.44%
G = 14.41%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#943089 (or 0x943089) is known color: Dark Purple. HEX triplet: 94, 30 and 89. RGB value is (148,48,137). Sum of RGB (Red+Green+Blue) = 148+48+137=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #943089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943089 is #6BCF76. Grayscale: #575757. Windows color (decimal): -7065463 or 8990868. OLE color: 8990868.

HSL color Cylindrical-coordinate representation of color #943089: hue angle of 306.6º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #943089 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 48 137 -
CMYK 0 0.68 0.07 0.42
HSL 306.6º 0.51% 0.38% -
HSV(B) 306.6º 0.68% 0.58% -
XYZ 17.79 10.22 24.7 -
YUV 88.05 155.63 170.76 -
System Red Green Blue C M Y K H S L
Decimal 148 48 137 0 0.68 0.07 0.42 306.6 0.51 0.38
Hex 94 30 89 0 44 7 2A 133 33 26
Octal 224 60 211 0 104 7 52 463 63 46
Binary 10010100 110000 10001001 0 1000100 111 101010 100110011 110011 100110

Color Harmonies of #943089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943089

Black with #943089

Text Example


Text Example

White with #943089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943089; }

 p { color: rgb(148,48,137); }

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

background-color css

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

 a { background-color: rgb(148,48,137); }

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

border-color css

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

 span { border-color: rgb(148,48,137); }

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