Html Css Color HEX #942BBC Dark Orchid

📋 copy color: '#942BBC'

red 148 ◦ green 43 ◦ blue 188

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

Shades of Dark Orchid #942BBC

Tints of Dark Orchid #942BBC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.35%

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

R = 39.05%
G = 11.35%
B = 49.6%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#942BBC (or 0x942BBC) is known color: Dark Orchid. HEX triplet: 94, 2B and BC. RGB value is (148,43,188). Sum of RGB (Red+Green+Blue) = 148+43+188=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #942BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942BBC is #6BD443. Grayscale: #5A5A5A. Windows color (decimal): -7066692 or 12331924. OLE color: 12331924.

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

Color convert

RGB 148 43 188 -
CMYK 0.21 0.77 0 0.26
HSL 283.45º 0.63% 0.45% -
HSV(B) 283.45º 0.77% 0.74% -
XYZ 22.15 11.65 48.66 -
YUV 90.93 182.79 168.71 -
System Red Green Blue C M Y K H S L
Decimal 148 43 188 0.21 0.77 0 0.26 283.45 0.63 0.45
Hex 94 2B BC 15 4D 0 1A 11B 3F 2D
Octal 224 53 274 25 115 0 32 433 77 55
Binary 10010100 101011 10111100 10101 1001101 0 11010 100011011 111111 101101

Color Harmonies of #942BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942BBC

Black with #942BBC

Text Example


Text Example

White with #942BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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