Html Css Color HEX #942ABB Dark Orchid

📋 copy color: '#942ABB'

red 148 ◦ green 42 ◦ blue 187

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

Shades of Dark Orchid #942ABB

Tints of Dark Orchid #942ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.6%

R = 39.26%
G = 11.14%
B = 49.6%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#942ABB (or 0x942ABB) is known color: Dark Orchid. HEX triplet: 94, 2A and BB. RGB value is (148,42,187). Sum of RGB (Red+Green+Blue) = 148+42+187=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #942ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942ABB is #6BD544. Grayscale: #595959. Windows color (decimal): -7066949 or 12266132. OLE color: 12266132.

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

Color convert

RGB 148 42 187 -
CMYK 0.21 0.78 0 0.27
HSL 283.86º 0.63% 0.45% -
HSV(B) 283.86º 0.78% 0.73% -
XYZ 22.01 11.54 48.08 -
YUV 90.22 182.62 169.21 -
System Red Green Blue C M Y K H S L
Decimal 148 42 187 0.21 0.78 0 0.27 283.86 0.63 0.45
Hex 94 2A BB 15 4E 0 1B 11C 3F 2D
Octal 224 52 273 25 116 0 33 434 77 55
Binary 10010100 101010 10111011 10101 1001110 0 11011 100011100 111111 101101

Color Harmonies of #942ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942ABB

Black with #942ABB

Text Example


Text Example

White with #942ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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