Html Css Color HEX #942682 Dark Purple

📋 copy color: '#942682'

red 148 ◦ green 38 ◦ blue 130

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

Shades of Dark Purple #942682

Tints of Dark Purple #942682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.14%

R = 46.84%
G = 12.03%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#942682 (or 0x942682) is known color: Dark Purple. HEX triplet: 94, 26 and 82. RGB value is (148,38,130). Sum of RGB (Red+Green+Blue) = 148+38+130=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #942682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942682 is #6BD97D. Grayscale: #515151. Windows color (decimal): -7068030 or 8529556. OLE color: 8529556.

HSL color Cylindrical-coordinate representation of color #942682: hue angle of 309.82º 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 #942682 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 38 130 -
CMYK 0 0.74 0.12 0.42
HSL 309.82º 0.59% 0.36% -
HSV(B) 309.82º 0.74% 0.58% -
XYZ 16.94 9.29 22.02 -
YUV 81.38 155.44 175.52 -
System Red Green Blue C M Y K H S L
Decimal 148 38 130 0 0.74 0.12 0.42 309.82 0.59 0.36
Hex 94 26 82 0 4A C 2A 136 3B 24
Octal 224 46 202 0 112 14 52 466 73 44
Binary 10010100 100110 10000010 0 1001010 1100 101010 100110110 111011 100100

Color Harmonies of #942682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942682

Black with #942682

Text Example


Text Example

White with #942682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942682; }

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

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

background-color css

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

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

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

border-color css

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

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

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