Html Css Color HEX #942368 Dark Purple

📋 copy color: '#942368'

red 148 ◦ green 35 ◦ blue 104

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

Shades of Dark Purple #942368

Tints of Dark Purple #942368

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.2%

 BLUE value IS 104 (41.02% from 255) = 36.24%

R = 51.57%
G = 12.2%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#942368 (or 0x942368) is known color: Dark Purple. HEX triplet: 94, 23 and 68. RGB value is (148,35,104). Sum of RGB (Red+Green+Blue) = 148+35+104=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #942368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942368 is #6BDC97. Grayscale: #4C4C4C. Windows color (decimal): -7068824 or 6824852. OLE color: 6824852.

HSL color Cylindrical-coordinate representation of color #942368: hue angle of 323.36º degrees, saturation: 0.62, 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 #942368 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 35 104 -
CMYK 0 0.76 0.30 0.42
HSL 323.36º 0.62% 0.36% -
HSV(B) 323.36º 0.76% 0.58% -
XYZ 15.31 8.5 13.93 -
YUV 76.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 148 35 104 0 0.76 0.30 0.42 323.36 0.62 0.36
Hex 94 23 68 0 4C 1E 2A 143 3E 24
Octal 224 43 150 0 114 36 52 503 76 44
Binary 10010100 100011 1101000 0 1001100 11110 101010 101000011 111110 100100

Color Harmonies of #942368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942368

Black with #942368

Text Example


Text Example

White with #942368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942368; }

 p { color: rgb(148,35,104); }

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

background-color css

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

 a { background-color: rgb(148,35,104); }

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

border-color css

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

 span { border-color: rgb(148,35,104); }

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