Html Css Color HEX #942CBE Dark Orchid

📋 copy color: '#942CBE'

red 148 ◦ green 44 ◦ blue 190

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

Shades of Dark Orchid #942CBE

Tints of Dark Orchid #942CBE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.52%

 BLUE value IS 190 (74.61% from 255) = 49.74%

R = 38.74%
G = 11.52%
B = 49.74%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#942CBE (or 0x942CBE) is known color: Dark Orchid. HEX triplet: 94, 2C and BE. RGB value is (148,44,190). Sum of RGB (Red+Green+Blue) = 148+44+190=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #942CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942CBE is #6BD341. Grayscale: #5B5B5B. Windows color (decimal): -7066434 or 12463252. OLE color: 12463252.

HSL color Cylindrical-coordinate representation of color #942CBE: hue angle of 282.74º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #942CBE is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 44 190 -
CMYK 0.22 0.77 0 0.25
HSL 282.74º 0.62% 0.46% -
HSV(B) 282.74º 0.77% 0.75% -
XYZ 22.41 11.81 49.81 -
YUV 91.74 183.46 168.13 -
System Red Green Blue C M Y K H S L
Decimal 148 44 190 0.22 0.77 0 0.25 282.74 0.62 0.46
Hex 94 2C BE 16 4D 0 19 11B 3E 2E
Octal 224 54 276 26 115 0 31 433 76 56
Binary 10010100 101100 10111110 10110 1001101 0 11001 100011011 111110 101110

Color Harmonies of #942CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942CBE

Black with #942CBE

Text Example


Text Example

White with #942CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,44,190); }

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

background-color css

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

 a { background-color: rgb(148,44,190); }

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

border-color css

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

 span { border-color: rgb(148,44,190); }

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