Html Css Color HEX #942ABC Dark Orchid

📋 copy color: '#942ABC'

red 148 ◦ green 42 ◦ blue 188

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

Shades of Dark Orchid #942ABC

Tints of Dark Orchid #942ABC

RGB

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

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

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

R = 39.15%
G = 11.11%
B = 49.74%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#942ABC (or 0x942ABC) is known color: Dark Orchid. HEX triplet: 94, 2A and BC. RGB value is (148,42,188). Sum of RGB (Red+Green+Blue) = 148+42+188=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #942ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942ABC is #6BD543. Grayscale: #595959. Windows color (decimal): -7066948 or 12331668. OLE color: 12331668.

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

Color convert

RGB 148 42 188 -
CMYK 0.21 0.78 0 0.26
HSL 283.56º 0.63% 0.45% -
HSV(B) 283.56º 0.78% 0.74% -
XYZ 22.12 11.58 48.65 -
YUV 90.34 183.12 169.13 -
System Red Green Blue C M Y K H S L
Decimal 148 42 188 0.21 0.78 0 0.26 283.56 0.63 0.45
Hex 94 2A BC 15 4E 0 1A 11C 3F 2D
Octal 224 52 274 25 116 0 32 434 77 55
Binary 10010100 101010 10111100 10101 1001110 0 11010 100011100 111111 101101

Color Harmonies of #942ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942ABC

Black with #942ABC

Text Example


Text Example

White with #942ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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