Html Css Color HEX #943CB6 Dark Orchid

📋 copy color: '#943CB6'

red 148 ◦ green 60 ◦ blue 182

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

Shades of Dark Orchid #943CB6

Tints of Dark Orchid #943CB6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.38%

 BLUE value IS 182 (71.48% from 255) = 46.67%

R = 37.95%
G = 15.38%
B = 46.67%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#943CB6 (or 0x943CB6) is known color: Dark Orchid. HEX triplet: 94, 3C and B6. RGB value is (148,60,182). Sum of RGB (Red+Green+Blue) = 148+60+182=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 182 (71.48% from 255 or 46.67% from 390); Max value from RGB is 182 - color contains mainly: blue. Hex color #943CB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943CB6 is #6BC349. Grayscale: #636363. Windows color (decimal): -7062346 or 11943060. OLE color: 11943060.

HSL color Cylindrical-coordinate representation of color #943CB6: hue angle of 283.28º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #943CB6 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 60 182 -
CMYK 0.19 0.67 0 0.29
HSL 283.28º 0.5% 0.47% -
HSV(B) 283.28º 0.67% 0.71% -
XYZ 22.27 12.91 45.57 -
YUV 100.22 174.15 162.08 -
System Red Green Blue C M Y K H S L
Decimal 148 60 182 0.19 0.67 0 0.29 283.28 0.5 0.47
Hex 94 3C B6 13 43 0 1D 11B 32 2F
Octal 224 74 266 23 103 0 35 433 62 57
Binary 10010100 111100 10110110 10011 1000011 0 11101 100011011 110010 101111

Color Harmonies of #943CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943CB6

Black with #943CB6

Text Example


Text Example

White with #943CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,60,182); }

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

background-color css

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

 a { background-color: rgb(148,60,182); }

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

border-color css

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

 span { border-color: rgb(148,60,182); }

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