Html Css Color HEX #942AB9 Dark Orchid

📋 copy color: '#942AB9'

red 148 ◦ green 42 ◦ blue 185

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

Shades of Dark Orchid #942AB9

Tints of Dark Orchid #942AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.33%

R = 39.47%
G = 11.2%
B = 49.33%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#942AB9 (or 0x942AB9) is known color: Dark Orchid. HEX triplet: 94, 2A and B9. RGB value is (148,42,185). Sum of RGB (Red+Green+Blue) = 148+42+185=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 185 (72.66% from 255 or 49.33% from 375); Max value from RGB is 185 - color contains mainly: blue. Hex color #942AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942AB9 is #6BD546. Grayscale: #595959. Windows color (decimal): -7066951 or 12135060. OLE color: 12135060.

HSL color Cylindrical-coordinate representation of color #942AB9: hue angle of 284.48º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #942AB9 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 42 185 -
CMYK 0.20 0.77 0 0.27
HSL 284.48º 0.63% 0.45% -
HSV(B) 284.48º 0.77% 0.73% -
XYZ 21.8 11.45 46.96 -
YUV 90 181.62 169.37 -
System Red Green Blue C M Y K H S L
Decimal 148 42 185 0.20 0.77 0 0.27 284.48 0.63 0.45
Hex 94 2A B9 14 4D 0 1B 11C 3F 2D
Octal 224 52 271 24 115 0 33 434 77 55
Binary 10010100 101010 10111001 10100 1001101 0 11011 100011100 111111 101101

Color Harmonies of #942AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942AB9

Black with #942AB9

Text Example


Text Example

White with #942AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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