Html Css Color HEX #942DCA Dark Orchid

📋 copy color: '#942DCA'

red 148 ◦ green 45 ◦ blue 202

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

Shades of Dark Orchid #942DCA

Tints of Dark Orchid #942DCA

RGB

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

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

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

R = 37.47%
G = 11.39%
B = 51.14%

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

#942DCA (or 0x942DCA) is known color: Dark Orchid. HEX triplet: 94, 2D and CA. RGB value is (148,45,202). Sum of RGB (Red+Green+Blue) = 148+45+202=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #942DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942DCA is #6BD235. Grayscale: #5D5D5D. Windows color (decimal): -7066166 or 13249940. OLE color: 13249940.

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

Color convert

RGB 148 45 202 -
CMYK 0.27 0.78 0 0.21
HSL 279.36º 0.64% 0.48% -
HSV(B) 279.36º 0.78% 0.79% -
XYZ 23.81 12.44 57.02 -
YUV 93.7 189.12 166.73 -
System Red Green Blue C M Y K H S L
Decimal 148 45 202 0.27 0.78 0 0.21 279.36 0.64 0.48
Hex 94 2D CA 1B 4E 0 15 117 40 30
Octal 224 55 312 33 116 0 25 427 100 60
Binary 10010100 101101 11001010 11011 1001110 0 10101 100010111 1000000 110000

Color Harmonies of #942DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942DCA

Black with #942DCA

Text Example


Text Example

White with #942DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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