Html Css Color HEX #942491 Dark Purple

📋 copy color: '#942491'

red 148 ◦ green 36 ◦ blue 145

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

Shades of Dark Purple #942491

Tints of Dark Purple #942491

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.94%

 BLUE value IS 145 (57.03% from 255) = 44.07%

R = 44.98%
G = 10.94%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#942491 (or 0x942491) is known color: Dark Purple. HEX triplet: 94, 24 and 91. RGB value is (148,36,145). Sum of RGB (Red+Green+Blue) = 148+36+145=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #942491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942491 is #6BDB6E. Grayscale: #515151. Windows color (decimal): -7068527 or 9512084. OLE color: 9512084.

HSL color Cylindrical-coordinate representation of color #942491: hue angle of 301.61º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #942491 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 36 145 -
CMYK 0 0.76 0.02 0.42
HSL 301.61º 0.61% 0.36% -
HSV(B) 301.61º 0.76% 0.58% -
XYZ 17.95 9.6 27.7 -
YUV 81.91 163.61 175.14 -
System Red Green Blue C M Y K H S L
Decimal 148 36 145 0 0.76 0.02 0.42 301.61 0.61 0.36
Hex 94 24 91 0 4C 2 2A 12E 3D 24
Octal 224 44 221 0 114 2 52 456 75 44
Binary 10010100 100100 10010001 0 1001100 10 101010 100101110 111101 100100

Color Harmonies of #942491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942491

Black with #942491

Text Example


Text Example

White with #942491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942491; }

 p { color: rgb(148,36,145); }

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

background-color css

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

 a { background-color: rgb(148,36,145); }

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

border-color css

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

 span { border-color: rgb(148,36,145); }

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