Html Css Color HEX #942688 Dark Purple

📋 copy color: '#942688'

red 148 ◦ green 38 ◦ blue 136

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

Shades of Dark Purple #942688

Tints of Dark Purple #942688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.24%

R = 45.96%
G = 11.8%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#942688 (or 0x942688) is known color: Dark Purple. HEX triplet: 94, 26 and 88. RGB value is (148,38,136). Sum of RGB (Red+Green+Blue) = 148+38+136=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 148 - color contains mainly: red. Hex color #942688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942688 is #6BD977. Grayscale: #515151. Windows color (decimal): -7068024 or 8922772. OLE color: 8922772.

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

Color convert

RGB 148 38 136 -
CMYK 0 0.74 0.08 0.42
HSL 306.55º 0.59% 0.36% -
HSV(B) 306.55º 0.74% 0.58% -
XYZ 17.35 9.46 24.2 -
YUV 82.06 158.44 175.03 -
System Red Green Blue C M Y K H S L
Decimal 148 38 136 0 0.74 0.08 0.42 306.55 0.59 0.36
Hex 94 26 88 0 4A 8 2A 133 3B 24
Octal 224 46 210 0 112 10 52 463 73 44
Binary 10010100 100110 10001000 0 1001010 1000 101010 100110011 111011 100100

Color Harmonies of #942688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942688

Black with #942688

Text Example


Text Example

White with #942688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942688; }

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

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

background-color css

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

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

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

border-color css

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

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

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