Html Css Color HEX #942FCC Dark Orchid

📋 copy color: '#942FCC'

red 148 ◦ green 47 ◦ blue 204

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

Shades of Dark Orchid #942FCC

Tints of Dark Orchid #942FCC

RGB

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

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

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

R = 37.09%
G = 11.78%
B = 51.13%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#942FCC (or 0x942FCC) is known color: Dark Orchid. HEX triplet: 94, 2F and CC. RGB value is (148,47,204). Sum of RGB (Red+Green+Blue) = 148+47+204=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 47 (18.75% from 255 or 11.78% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #942FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942FCC is #6BD033. Grayscale: #5E5E5E. Windows color (decimal): -7065652 or 13381524. OLE color: 13381524.

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

Color convert

RGB 148 47 204 -
CMYK 0.27 0.77 0 0.2
HSL 278.6º 0.63% 0.49% -
HSV(B) 278.6º 0.77% 0.8% -
XYZ 24.13 12.69 58.3 -
YUV 95.1 189.46 165.73 -
System Red Green Blue C M Y K H S L
Decimal 148 47 204 0.27 0.77 0 0.2 278.6 0.63 0.49
Hex 94 2F CC 1B 4D 0 14 117 3F 31
Octal 224 57 314 33 115 0 24 427 77 61
Binary 10010100 101111 11001100 11011 1001101 0 10100 100010111 111111 110001

Color Harmonies of #942FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942FCC

Black with #942FCC

Text Example


Text Example

White with #942FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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