Html Css Color HEX #942CBB Dark Orchid

📋 copy color: '#942CBB'

red 148 ◦ green 44 ◦ blue 187

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

Shades of Dark Orchid #942CBB

Tints of Dark Orchid #942CBB

RGB

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

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

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

R = 39.05%
G = 11.61%
B = 49.34%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#942CBB (or 0x942CBB) is known color: Dark Orchid. HEX triplet: 94, 2C and BB. RGB value is (148,44,187). Sum of RGB (Red+Green+Blue) = 148+44+187=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #942CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942CBB is #6BD344. Grayscale: #5A5A5A. Windows color (decimal): -7066437 or 12266644. OLE color: 12266644.

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

Color convert

RGB 148 44 187 -
CMYK 0.21 0.76 0 0.27
HSL 283.64º 0.62% 0.45% -
HSV(B) 283.64º 0.76% 0.73% -
XYZ 22.08 11.69 48.11 -
YUV 91.4 181.96 168.37 -
System Red Green Blue C M Y K H S L
Decimal 148 44 187 0.21 0.76 0 0.27 283.64 0.62 0.45
Hex 94 2C BB 15 4C 0 1B 11C 3E 2D
Octal 224 54 273 25 114 0 33 434 76 55
Binary 10010100 101100 10111011 10101 1001100 0 11011 100011100 111110 101101

Color Harmonies of #942CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942CBB

Black with #942CBB

Text Example


Text Example

White with #942CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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