Html Css Color HEX #942FCE Dark Orchid

📋 copy color: '#942FCE'

red 148 ◦ green 47 ◦ blue 206

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

Shades of Dark Orchid #942FCE

Tints of Dark Orchid #942FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.37%

R = 36.91%
G = 11.72%
B = 51.37%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#942FCE (or 0x942FCE) is known color: Dark Orchid. HEX triplet: 94, 2F and CE. RGB value is (148,47,206). Sum of RGB (Red+Green+Blue) = 148+47+206=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #942FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942FCE is #6BD031. Grayscale: #5E5E5E. Windows color (decimal): -7065650 or 13512596. OLE color: 13512596.

HSL color Cylindrical-coordinate representation of color #942FCE: hue angle of 278.11º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #942FCE is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 47 206 -
CMYK 0.28 0.77 0 0.19
HSL 278.11º 0.63% 0.5% -
HSV(B) 278.11º 0.77% 0.81% -
XYZ 24.37 12.79 59.58 -
YUV 95.33 190.46 165.57 -
System Red Green Blue C M Y K H S L
Decimal 148 47 206 0.28 0.77 0 0.19 278.11 0.63 0.5
Hex 94 2F CE 1C 4D 0 13 116 3F 32
Octal 224 57 316 34 115 0 23 426 77 62
Binary 10010100 101111 11001110 11100 1001101 0 10011 100010110 111111 110010

Color Harmonies of #942FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942FCE

Black with #942FCE

Text Example


Text Example

White with #942FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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