Html Css Color HEX #942FAC Dark Orchid

📋 copy color: '#942FAC'

red 148 ◦ green 47 ◦ blue 172

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

Shades of Dark Orchid #942FAC

Tints of Dark Orchid #942FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.81%

 BLUE value IS 172 (67.58% from 255) = 46.87%

R = 40.33%
G = 12.81%
B = 46.87%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#942FAC (or 0x942FAC) is known color: Dark Orchid. HEX triplet: 94, 2F and AC. RGB value is (148,47,172). Sum of RGB (Red+Green+Blue) = 148+47+172=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #942FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942FAC is #6BD053. Grayscale: #5B5B5B. Windows color (decimal): -7065684 or 11284372. OLE color: 11284372.

HSL color Cylindrical-coordinate representation of color #942FAC: hue angle of 288.48º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #942FAC is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 47 172 -
CMYK 0.14 0.73 0 0.33
HSL 288.48º 0.57% 0.43% -
HSV(B) 288.48º 0.73% 0.67% -
XYZ 20.68 11.31 40.12 -
YUV 91.45 173.46 168.34 -
System Red Green Blue C M Y K H S L
Decimal 148 47 172 0.14 0.73 0 0.33 288.48 0.57 0.43
Hex 94 2F AC E 49 0 21 120 39 2B
Octal 224 57 254 16 111 0 41 440 71 53
Binary 10010100 101111 10101100 1110 1001001 0 100001 100100000 111001 101011

Color Harmonies of #942FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942FAC

Black with #942FAC

Text Example


Text Example

White with #942FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942FAC; }

 p { color: rgb(148,47,172); }

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

background-color css

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

 a { background-color: rgb(148,47,172); }

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

border-color css

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

 span { border-color: rgb(148,47,172); }

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