Html Css Color HEX #942CCC Dark Orchid

📋 copy color: '#942CCC'

red 148 ◦ green 44 ◦ blue 204

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

Shades of Dark Orchid #942CCC

Tints of Dark Orchid #942CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.52%

R = 37.37%
G = 11.11%
B = 51.52%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#942CCC (or 0x942CCC) is known color: Dark Orchid. HEX triplet: 94, 2C and CC. RGB value is (148,44,204). Sum of RGB (Red+Green+Blue) = 148+44+204=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #942CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942CCC is #6BD333. Grayscale: #5C5C5C. Windows color (decimal): -7066420 or 13380756. OLE color: 13380756.

HSL color Cylindrical-coordinate representation of color #942CCC: hue angle of 279º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942CCC is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 44 204 -
CMYK 0.27 0.78 0 0.2
HSL 279º 0.65% 0.49% -
HSV(B) 279º 0.78% 0.8% -
XYZ 24.01 12.46 58.27 -
YUV 93.34 190.46 166.99 -
System Red Green Blue C M Y K H S L
Decimal 148 44 204 0.27 0.78 0 0.2 279 0.65 0.49
Hex 94 2C CC 1B 4E 0 14 117 41 31
Octal 224 54 314 33 116 0 24 427 101 61
Binary 10010100 101100 11001100 11011 1001110 0 10100 100010111 1000001 110001

Color Harmonies of #942CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942CCC

Black with #942CCC

Text Example


Text Example

White with #942CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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