Html Css Color HEX #942DBC Dark Orchid

📋 copy color: '#942DBC'

red 148 ◦ green 45 ◦ blue 188

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

Shades of Dark Orchid #942DBC

Tints of Dark Orchid #942DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.34%

R = 38.85%
G = 11.81%
B = 49.34%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#942DBC (or 0x942DBC) is known color: Dark Orchid. HEX triplet: 94, 2D and BC. RGB value is (148,45,188). Sum of RGB (Red+Green+Blue) = 148+45+188=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #942DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942DBC is #6BD243. Grayscale: #5B5B5B. Windows color (decimal): -7066180 or 12332436. OLE color: 12332436.

HSL color Cylindrical-coordinate representation of color #942DBC: hue angle of 283.22º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #942DBC is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 45 188 -
CMYK 0.21 0.76 0 0.26
HSL 283.22º 0.61% 0.46% -
HSV(B) 283.22º 0.76% 0.74% -
XYZ 22.23 11.8 48.68 -
YUV 92.1 182.12 167.87 -
System Red Green Blue C M Y K H S L
Decimal 148 45 188 0.21 0.76 0 0.26 283.22 0.61 0.46
Hex 94 2D BC 15 4C 0 1A 11B 3D 2E
Octal 224 55 274 25 114 0 32 433 75 56
Binary 10010100 101101 10111100 10101 1001100 0 11010 100011011 111101 101110

Color Harmonies of #942DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942DBC

Black with #942DBC

Text Example


Text Example

White with #942DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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