Html Css Color HEX #942ACC Dark Orchid

📋 copy color: '#942ACC'

red 148 ◦ green 42 ◦ blue 204

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

Shades of Dark Orchid #942ACC

Tints of Dark Orchid #942ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.66%

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

R = 37.56%
G = 10.66%
B = 51.78%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#942ACC (or 0x942ACC) is known color: Dark Orchid. HEX triplet: 94, 2A and CC. RGB value is (148,42,204). Sum of RGB (Red+Green+Blue) = 148+42+204=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #942ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942ACC is #6BD533. Grayscale: #5B5B5B. Windows color (decimal): -7066932 or 13380244. OLE color: 13380244.

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

Color convert

RGB 148 42 204 -
CMYK 0.27 0.79 0 0.2
HSL 279.26º 0.66% 0.48% -
HSV(B) 279.26º 0.79% 0.8% -
XYZ 23.94 12.31 58.24 -
YUV 92.16 191.12 167.83 -
System Red Green Blue C M Y K H S L
Decimal 148 42 204 0.27 0.79 0 0.2 279.26 0.66 0.48
Hex 94 2A CC 1B 4F 0 14 117 42 30
Octal 224 52 314 33 117 0 24 427 102 60
Binary 10010100 101010 11001100 11011 1001111 0 10100 100010111 1000010 110000

Color Harmonies of #942ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942ACC

Black with #942ACC

Text Example


Text Example

White with #942ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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