Html Css Color HEX #942CCA Dark Orchid

📋 copy color: '#942CCA'

red 148 ◦ green 44 ◦ blue 202

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

Shades of Dark Orchid #942CCA

Tints of Dark Orchid #942CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.27%

R = 37.56%
G = 11.17%
B = 51.27%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#942CCA (or 0x942CCA) is known color: Dark Orchid. HEX triplet: 94, 2C and CA. RGB value is (148,44,202). Sum of RGB (Red+Green+Blue) = 148+44+202=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #942CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942CCA is #6BD335. Grayscale: #5C5C5C. Windows color (decimal): -7066422 or 13249684. OLE color: 13249684.

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

Color convert

RGB 148 44 202 -
CMYK 0.27 0.78 0 0.21
HSL 279.49º 0.64% 0.48% -
HSV(B) 279.49º 0.78% 0.79% -
XYZ 23.77 12.36 57.01 -
YUV 93.11 189.46 167.15 -
System Red Green Blue C M Y K H S L
Decimal 148 44 202 0.27 0.78 0 0.21 279.49 0.64 0.48
Hex 94 2C CA 1B 4E 0 15 117 40 30
Octal 224 54 312 33 116 0 25 427 100 60
Binary 10010100 101100 11001010 11011 1001110 0 10101 100010111 1000000 110000

Color Harmonies of #942CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942CCA

Black with #942CCA

Text Example


Text Example

White with #942CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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