Html Css Color HEX #942FAD Dark Orchid

📋 copy color: '#942FAD'

red 148 ◦ green 47 ◦ blue 173

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

Shades of Dark Orchid #942FAD

Tints of Dark Orchid #942FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.01%

R = 40.22%
G = 12.77%
B = 47.01%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#942FAD (or 0x942FAD) is known color: Dark Orchid. HEX triplet: 94, 2F and AD. RGB value is (148,47,173). Sum of RGB (Red+Green+Blue) = 148+47+173=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #942FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942FAD is #6BD052. Grayscale: #5B5B5B. Windows color (decimal): -7065683 or 11349908. OLE color: 11349908.

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

Color convert

RGB 148 47 173 -
CMYK 0.14 0.73 0 0.32
HSL 288.1º 0.57% 0.43% -
HSV(B) 288.1º 0.73% 0.68% -
XYZ 20.77 11.35 40.63 -
YUV 91.56 173.96 168.25 -
System Red Green Blue C M Y K H S L
Decimal 148 47 173 0.14 0.73 0 0.32 288.1 0.57 0.43
Hex 94 2F AD E 49 0 20 120 39 2B
Octal 224 57 255 16 111 0 40 440 71 53
Binary 10010100 101111 10101101 1110 1001001 0 100000 100100000 111001 101011

Color Harmonies of #942FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942FAD

Black with #942FAD

Text Example


Text Example

White with #942FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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