Html Css Color HEX #942DCC Dark Orchid

📋 copy color: '#942DCC'

red 148 ◦ green 45 ◦ blue 204

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

Shades of Dark Orchid #942DCC

Tints of Dark Orchid #942DCC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.34%

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

R = 37.28%
G = 11.34%
B = 51.39%

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

#942DCC (or 0x942DCC) is known color: Dark Orchid. HEX triplet: 94, 2D and CC. RGB value is (148,45,204). Sum of RGB (Red+Green+Blue) = 148+45+204=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #942DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942DCC is #6BD233. Grayscale: #5D5D5D. Windows color (decimal): -7066164 or 13381012. OLE color: 13381012.

HSL color Cylindrical-coordinate representation of color #942DCC: hue angle of 278.87º degrees, saturation: 0.64, 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 #942DCC is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 45 204 -
CMYK 0.27 0.78 0 0.2
HSL 278.87º 0.64% 0.49% -
HSV(B) 278.87º 0.78% 0.8% -
XYZ 24.05 12.53 58.28 -
YUV 93.92 190.12 166.57 -
System Red Green Blue C M Y K H S L
Decimal 148 45 204 0.27 0.78 0 0.2 278.87 0.64 0.49
Hex 94 2D CC 1B 4E 0 14 117 40 31
Octal 224 55 314 33 116 0 24 427 100 61
Binary 10010100 101101 11001100 11011 1001110 0 10100 100010111 1000000 110001

Color Harmonies of #942DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942DCC

Black with #942DCC

Text Example


Text Example

White with #942DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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