Html Css Color HEX #942689 Dark Purple

📋 copy color: '#942689'

red 148 ◦ green 38 ◦ blue 137

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

Shades of Dark Purple #942689

Tints of Dark Purple #942689

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.76%

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

R = 45.82%
G = 11.76%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#942689 (or 0x942689) is known color: Dark Purple. HEX triplet: 94, 26 and 89. RGB value is (148,38,137). Sum of RGB (Red+Green+Blue) = 148+38+137=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #942689 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942689 is #6BD976. Grayscale: #515151. Windows color (decimal): -7068023 or 8988308. OLE color: 8988308.

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

Color convert

RGB 148 38 137 -
CMYK 0 0.74 0.07 0.42
HSL 306º 0.59% 0.36% -
HSV(B) 306º 0.74% 0.58% -
XYZ 17.42 9.49 24.58 -
YUV 82.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 148 38 137 0 0.74 0.07 0.42 306 0.59 0.36
Hex 94 26 89 0 4A 7 2A 132 3B 24
Octal 224 46 211 0 112 7 52 462 73 44
Binary 10010100 100110 10001001 0 1001010 111 101010 100110010 111011 100100

Color Harmonies of #942689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942689

Black with #942689

Text Example


Text Example

White with #942689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942689; }

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

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

background-color css

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

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

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

border-color css

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

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

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