Html Css Color HEX #943FCA Dark Orchid

📋 copy color: '#943FCA'

red 148 ◦ green 63 ◦ blue 202

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

Shades of Dark Orchid #943FCA

Tints of Dark Orchid #943FCA

RGB

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

 GREEN value IS 63 (25% from 255) = 15.25%

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

R = 35.84%
G = 15.25%
B = 48.91%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#943FCA (or 0x943FCA) is known color: Dark Orchid. HEX triplet: 94, 3F and CA. RGB value is (148,63,202). Sum of RGB (Red+Green+Blue) = 148+63+202=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #943FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943FCA is #6BC035. Grayscale: #676767. Windows color (decimal): -7061558 or 13254548. OLE color: 13254548.

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

Color convert

RGB 148 63 202 -
CMYK 0.27 0.69 0 0.21
HSL 276.69º 0.57% 0.52% -
HSV(B) 276.69º 0.69% 0.79% -
XYZ 24.65 14.12 57.3 -
YUV 104.26 183.16 159.2 -
System Red Green Blue C M Y K H S L
Decimal 148 63 202 0.27 0.69 0 0.21 276.69 0.57 0.52
Hex 94 3F CA 1B 45 0 15 115 39 34
Octal 224 77 312 33 105 0 25 425 71 64
Binary 10010100 111111 11001010 11011 1000101 0 10101 100010101 111001 110100

Color Harmonies of #943FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943FCA

Black with #943FCA

Text Example


Text Example

White with #943FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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