Html Css Color HEX #943CBE Dark Orchid

📋 copy color: '#943CBE'

red 148 ◦ green 60 ◦ blue 190

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

Shades of Dark Orchid #943CBE

Tints of Dark Orchid #943CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.74%

R = 37.19%
G = 15.08%
B = 47.74%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#943CBE (or 0x943CBE) is known color: Dark Orchid. HEX triplet: 94, 3C and BE. RGB value is (148,60,190). Sum of RGB (Red+Green+Blue) = 148+60+190=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #943CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943CBE is #6BC341. Grayscale: #646464. Windows color (decimal): -7062338 or 12467348. OLE color: 12467348.

HSL color Cylindrical-coordinate representation of color #943CBE: hue angle of 280.62º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #943CBE is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 60 190 -
CMYK 0.22 0.68 0 0.25
HSL 280.62º 0.52% 0.49% -
HSV(B) 280.62º 0.68% 0.75% -
XYZ 23.12 13.25 50.05 -
YUV 101.13 178.15 161.43 -
System Red Green Blue C M Y K H S L
Decimal 148 60 190 0.22 0.68 0 0.25 280.62 0.52 0.49
Hex 94 3C BE 16 44 0 19 119 34 31
Octal 224 74 276 26 104 0 31 431 64 61
Binary 10010100 111100 10111110 10110 1000100 0 11001 100011001 110100 110001

Color Harmonies of #943CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943CBE

Black with #943CBE

Text Example


Text Example

White with #943CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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