Html Css Color HEX #942FBC Dark Orchid

📋 copy color: '#942FBC'

red 148 ◦ green 47 ◦ blue 188

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

Shades of Dark Orchid #942FBC

Tints of Dark Orchid #942FBC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.27%

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

R = 38.64%
G = 12.27%
B = 49.09%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#942FBC (or 0x942FBC) is known color: Dark Orchid. HEX triplet: 94, 2F and BC. RGB value is (148,47,188). Sum of RGB (Red+Green+Blue) = 148+47+188=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #942FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942FBC is #6BD043. Grayscale: #5C5C5C. Windows color (decimal): -7065668 or 12332948. OLE color: 12332948.

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

Color convert

RGB 148 47 188 -
CMYK 0.21 0.75 0 0.26
HSL 282.98º 0.6% 0.46% -
HSV(B) 282.98º 0.75% 0.74% -
XYZ 22.31 11.96 48.71 -
YUV 93.27 181.46 167.04 -
System Red Green Blue C M Y K H S L
Decimal 148 47 188 0.21 0.75 0 0.26 282.98 0.6 0.46
Hex 94 2F BC 15 4B 0 1A 11B 3C 2E
Octal 224 57 274 25 113 0 32 433 74 56
Binary 10010100 101111 10111100 10101 1001011 0 11010 100011011 111100 101110

Color Harmonies of #942FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942FBC

Black with #942FBC

Text Example


Text Example

White with #942FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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