Html Css Color HEX #942FCA Dark Orchid

📋 copy color: '#942FCA'

red 148 ◦ green 47 ◦ blue 202

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

Shades of Dark Orchid #942FCA

Tints of Dark Orchid #942FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.88%

R = 37.28%
G = 11.84%
B = 50.88%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#942FCA (or 0x942FCA) is known color: Dark Orchid. HEX triplet: 94, 2F and CA. RGB value is (148,47,202). Sum of RGB (Red+Green+Blue) = 148+47+202=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #942FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942FCA is #6BD035. Grayscale: #5E5E5E. Windows color (decimal): -7065654 or 13250452. OLE color: 13250452.

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

Color convert

RGB 148 47 202 -
CMYK 0.27 0.77 0 0.21
HSL 279.1º 0.62% 0.49% -
HSV(B) 279.1º 0.77% 0.79% -
XYZ 23.89 12.59 57.05 -
YUV 94.87 188.46 165.9 -
System Red Green Blue C M Y K H S L
Decimal 148 47 202 0.27 0.77 0 0.21 279.1 0.62 0.49
Hex 94 2F CA 1B 4D 0 15 117 3E 31
Octal 224 57 312 33 115 0 25 427 76 61
Binary 10010100 101111 11001010 11011 1001101 0 10101 100010111 111110 110001

Color Harmonies of #942FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942FCA

Black with #942FCA

Text Example


Text Example

White with #942FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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