Html Css Color HEX #942FCB Dark Orchid

📋 copy color: '#942FCB'

red 148 ◦ green 47 ◦ blue 203

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

Shades of Dark Orchid #942FCB

Tints of Dark Orchid #942FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.01%

R = 37.19%
G = 11.81%
B = 51.01%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#942FCB (or 0x942FCB) is known color: Dark Orchid. HEX triplet: 94, 2F and CB. RGB value is (148,47,203). Sum of RGB (Red+Green+Blue) = 148+47+203=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #942FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942FCB is #6BD034. Grayscale: #5E5E5E. Windows color (decimal): -7065653 or 13315988. OLE color: 13315988.

HSL color Cylindrical-coordinate representation of color #942FCB: hue angle of 278.85º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #942FCB is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 47 203 -
CMYK 0.27 0.77 0 0.20
HSL 278.85º 0.62% 0.49% -
HSV(B) 278.85º 0.77% 0.8% -
XYZ 24.01 12.64 57.67 -
YUV 94.98 188.96 165.82 -
System Red Green Blue C M Y K H S L
Decimal 148 47 203 0.27 0.77 0 0.20 278.85 0.62 0.49
Hex 94 2F CB 1B 4D 0 14 117 3E 31
Octal 224 57 313 33 115 0 24 427 76 61
Binary 10010100 101111 11001011 11011 1001101 0 10100 100010111 111110 110001

Color Harmonies of #942FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942FCB

Black with #942FCB

Text Example


Text Example

White with #942FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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