Html Css Color HEX #942CCF Dark Orchid

📋 copy color: '#942CCF'

red 148 ◦ green 44 ◦ blue 207

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

Shades of Dark Orchid #942CCF

Tints of Dark Orchid #942CCF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.03%

 BLUE value IS 207 (81.25% from 255) = 51.88%

R = 37.09%
G = 11.03%
B = 51.88%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#942CCF (or 0x942CCF) is known color: Dark Orchid. HEX triplet: 94, 2C and CF. RGB value is (148,44,207). Sum of RGB (Red+Green+Blue) = 148+44+207=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #942CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942CCF is #6BD330. Grayscale: #5D5D5D. Windows color (decimal): -7066417 or 13577364. OLE color: 13577364.

HSL color Cylindrical-coordinate representation of color #942CCF: hue angle of 278.28º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #942CCF is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 44 207 -
CMYK 0.29 0.79 0 0.19
HSL 278.28º 0.65% 0.49% -
HSV(B) 278.28º 0.79% 0.81% -
XYZ 24.38 12.6 60.18 -
YUV 93.68 191.96 166.75 -
System Red Green Blue C M Y K H S L
Decimal 148 44 207 0.29 0.79 0 0.19 278.28 0.65 0.49
Hex 94 2C CF 1D 4F 0 13 116 41 31
Octal 224 54 317 35 117 0 23 426 101 61
Binary 10010100 101100 11001111 11101 1001111 0 10011 100010110 1000001 110001

Color Harmonies of #942CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942CCF

Black with #942CCF

Text Example


Text Example

White with #942CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,44,207); }

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

background-color css

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

 a { background-color: rgb(148,44,207); }

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

border-color css

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

 span { border-color: rgb(148,44,207); }

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